We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7769df commit 3d2c363Copy full SHA for 3d2c363
action.yml
@@ -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