shopify/Deploy app to Shopify Oxygen
Deploy JavaScript applications to Shopify Oxygen directly from GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build_command | The build command to execute; OXYGEN_ASSET_BASE_URL is available as a reference to Shopify's CDN for this command | yes | — |
| commit_message | The message of the commit | yes | ${{ github.event.head_commit.message }} |
| commit_timestamp | The timestamp of the commit | yes | ${{ github.event.head_commit.timestamp }} |
| oxygen_deployment_token | The JWT deployment token | yes | — |
| oxygen_worker_dir | The name of the directory containing the worker file | — | dist/worker |
| oxygen_client_dir | The name of the directory with compiled client files | — | dist/client |
| oxygen_deployment_verification | Verify the worker deployment to Oxygen has been completed (`true` or `false`) | — | true |
| oxygen_deployment_verification_max_duration | The maximum duration in seconds to wait for the health check to pass | — | 180 |
| path | The root path of the project to deploy | — | — |
Outputs
| name | description |
|---|---|
| url | URL of the deployment |
| auth_bypass_token | An auth bypass token used for end-to-end testing |