Skip to content

Commit

Permalink
Merge branch 'develop' for v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrobot47 committed Feb 7, 2020
2 parents 625c386 + 3d2c363 commit 01df8a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# alpine:latest at 2019-01-04T21:27:39IST
FROM alpine@sha256:46e71df1e5191ab8b8034c5189e325258ec44ea739bba1e5645cff83c9048ff1

LABEL "com.github.actions.icon"="star"
LABEL "com.github.actions.color"="ffd33d"
LABEL "com.github.actions.icon"="upload-cloud"
LABEL "com.github.actions.color"="yellow"
LABEL "com.github.actions.name"="Deploy WordPress"
LABEL "com.github.actions.description"="This task will deploy an application"
LABEL "com.github.actions.description"="Deploy WordPress code to a server"

# Environments
ENV TIMEZONE Asia/Kolkata
Expand Down
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Deploy WordPress'
description: 'Deploy WordPress code to a server'
author: 'rtCamp'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'upload-cloud'
color: 'yellow'

0 comments on commit 01df8a0

Please sign in to comment.