--- title: >- App deployment in CI/CD is now available for all apps - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: >- https://shopify.dev/changelog/app-deployment-in-cicd-is-now-available-for-all-apps md: >- https://shopify.dev/changelog/app-deployment-in-cicd-is-now-available-for-all-apps.md metadata: effectiveApiVersion: '' affectedApi: [] primaryTag: displayName: Tools handle: tools secondaryTag: displayName: New handle: new indicatesActionRequired: true createdAt: '2026-05-05T17:01:56-04:00' postedAt: '2026-05-06T12:00:00-04:00' updatedAt: '2026-05-06T13:08:52-04:00' effectiveAt: '2026-05-06T12:00:00-04:00' --- May 6, 2026 Tags: * Action Required * Tools # App deployment in CI/CD is now available for all apps App deployment in CI/CD is now available for all apps through app automation tokens on the Dev Dashboard. These tokens offer app-scoped authentication, allowing you to use the latest Shopify CLI to automate app releases in GitHub Workflows and similar tools. App-scoped authentication ensures that each token is specific to an individual app, enhancing security and control. To deploy your app using an app automation token, set the token as an environment variable and execute the deployment command: ```bash export SHOPIFY_APP_AUTOMATION_TOKEN="your-app-automation-token" shopify app deploy --config production --allow-updates ``` App automation tokens replace the CLI tokens previously generated on the Partner Dashboard. While existing CLI tokens will remain functional until they expire, transitioning to app automation tokens is recommended for enhanced security and functionality. [Learn more about migrating to app automation tokens](https://shopify.dev/docs/apps/build/dev-dashboard/app-automation-tokens#migrate-from-partner-dashboard-tokens). For further information on app automation tokens, visit Shopify.dev: * [Managing app automation tokens](https://shopify.dev/docs/apps/build/dev-dashboard/app-automation-tokens) * [Deploy app components in a CD pipeline](https://shopify.dev/docs/apps/launch/deployment/deploy-in-ci-cd-pipeline)