shopify/Deploy app to Shopify Oxygen

Deploy JavaScript applications to Shopify Oxygen directly from GitHub

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
build_commandThe build command to execute; OXYGEN_ASSET_BASE_URL is available as a reference to Shopify's CDN for this commandyes
commit_messageThe message of the commityes${{ github.event.head_commit.message }}
commit_timestampThe timestamp of the commityes${{ github.event.head_commit.timestamp }}
oxygen_deployment_tokenThe JWT deployment tokenyes
oxygen_worker_dirThe name of the directory containing the worker filedist/worker
oxygen_client_dirThe name of the directory with compiled client filesdist/client
oxygen_deployment_verificationVerify the worker deployment to Oxygen has been completed (`true` or `false`)true
oxygen_deployment_verification_max_durationThe maximum duration in seconds to wait for the health check to pass180
pathThe root path of the project to deploy
namedescription
urlURL of the deployment
auth_bypass_tokenAn auth bypass token used for end-to-end testing