arcxp/Deploy to Arc XP

This is an action which makes it convenient to deploy to Arc XP

View on GitHub

Trust Signals

Scorecard Score
Scorecard 4–6scored Jul 6, 2026
Maintenance Recency
Maintainedlast commit Oct 29, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: arcxp/deploy-action@42c2c5ff3d39c75a8d98ca8a2a8ec61b5f633260 # v1.1.6

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
org-idThe organization ID for the Arc XP organizationyes
api-keyThe API key for Arc XP organizationyes
api-hostnameThe API hostname for Arc XP organizationyes
pagebuilder-versionThe PageBuilder version you wish to deploy withnolatest
bundle-prefixThe prefix for the bundle name, which is used to identify the bundle in the Arc XP UIyes
artifactThe artifact to be uploaded to Arc XP PageBuilderyesdist/fusion-bundle.zip
retry-countThe number of times to retry the deployment if it failsyes10
retry-delayThe number of seconds to wait between retriesyes5
minimum-running-versionsThe minimum number of versions to keep in a "deployed" state at any given time. The maximum is 10, the minimum is 1.yes7
deployThis is an option that would allow you to skip deployment.notrue
promoteThis is an option that would allow you to skip promoting a version. If `deploy` is false, and this is true, the workflow will fail.notrue

no outputs