File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments