arcxp/Deploy to Arc XP
This is an action which makes it convenient to deploy to Arc XP
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 4–6scored Jul 6, 2026
- Maintenance Recency
- Maintainedlast commit Oct 29, 2025
- License
- MIT
Pinned Snippet
uses: arcxp/deploy-action@42c2c5ff3d39c75a8d98ca8a2a8ec61b5f633260 # v1.1.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| org-id | The organization ID for the Arc XP organization | yes | — |
| api-key | The API key for Arc XP organization | yes | — |
| api-hostname | The API hostname for Arc XP organization | yes | — |
| pagebuilder-version | The PageBuilder version you wish to deploy with | no | latest |
| bundle-prefix | The prefix for the bundle name, which is used to identify the bundle in the Arc XP UI | yes | — |
| artifact | The artifact to be uploaded to Arc XP PageBuilder | yes | dist/fusion-bundle.zip |
| retry-count | The number of times to retry the deployment if it fails | yes | 10 |
| retry-delay | The number of seconds to wait between retries | yes | 5 |
| minimum-running-versions | The minimum number of versions to keep in a "deployed" state at any given time. The maximum is 10, the minimum is 1. | yes | 7 |
| deploy | This is an option that would allow you to skip deployment. | no | true |
| promote | This is an option that would allow you to skip promoting a version. If `deploy` is false, and this is true, the workflow will fail. | no | true |
Outputs
no outputs