Skip to content

Commit 4ef2edd

Browse files
Initial import from related Pagely action.yml
1 parent cb3b835 commit 4ef2edd

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

action.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: 'Managed WooCommerce Stores Deploy'
3+
description: 'Deploy apps to Managed WooCommerce Stores'
4+
inputs:
5+
MWCS_DEPLOY_DEST:
6+
description: 'Set the subdirectory to deploy to examples: /httpdocs, /httpdocs/wp-content/plugins/my-plugin, /app'
7+
required: true
8+
MWCS_INTEGRATION_ID:
9+
description: 'Unique id for the integration'
10+
required: true
11+
MWCS_INTEGRATION_SECRET:
12+
description: 'Authentication token'
13+
required: true
14+
MWCS_APP_ID:
15+
description: 'Id of the app you want to deploy to'
16+
required: true
17+
MWCS_WORKING_DIR:
18+
description: 'The directory that you want deployed, based on the build files path. i.e. $GITHUB_WORKSPACE'
19+
default: "${{github.workspace}}"
20+
required: false
21+
runs:
22+
using: 'docker'
23+
image: 'docker://godaddy-wordpress/mwcs-deploy:1'

0 commit comments

Comments
 (0)