godaddy-wordpress/Pagely Deploy Action
Deploys code or build artifacts to a Pagely app from GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| PAGELY_DEPLOY_DEST | Sets the destination subdirectory. You will usually want to prefix this with /httpdocs | yes | — |
| PAGELY_INTEGRATION_ID | The unique ID for the CICD integration for this app from Atomic. | yes | — |
| PAGELY_INTEGRATION_SECRET | The CICD integration secret for the app from Atomic. | yes | — |
| PAGELY_APP_ID | The numeric ID of the app to deploy to and for which the CICD integration is configured. | yes | — |
| PAGELY_WORKING_DIR | The directory from the repo you wish to deploy. Defaults to the root of the repo. | no | ${{github.workspace}} |
Outputs
no outputs