Skip to content

Commit 01df8a0

Browse files
committed
Merge branch 'develop' for v2.0.1
2 parents 625c386 + 3d2c363 commit 01df8a0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# alpine:latest at 2019-01-04T21:27:39IST
22
FROM alpine@sha256:46e71df1e5191ab8b8034c5189e325258ec44ea739bba1e5645cff83c9048ff1
33

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

99
# Environments
1010
ENV TIMEZONE Asia/Kolkata

action.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 'Deploy WordPress'
2+
description: 'Deploy WordPress code to a server'
3+
author: 'rtCamp'
4+
runs:
5+
using: 'docker'
6+
image: 'Dockerfile'
7+
branding:
8+
icon: 'upload-cloud'
9+
color: 'yellow'

0 commit comments

Comments
 (0)