Deprecating two GitHub Actions in favor of the CLI deploy
command
#2010
gfscott
announced in
Announcements
Replies: 1 comment 2 replies
-
Our team is struggling with this because despite adding the token to our environment variable or adding it to the command directly, we are still getting the "Log Into Shopify" popup. What could be going wrong here? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Earlier this year, we introduced the
deploy
command, which makes it simpler and more flexible to deploy to Oxygen from any context — including from CI/CD platforms other than GitHub.The
deploy
command is now replacing Oxygen's previous deployment method, which used two GitHub Actions:shopify/oxygenctl-action
andshopify/github-deployment-action
. These actions are now deprecated, and we encourage everyone to switch to thedeploy
command.Many developers have already received a pull request from Shopify’s GitHub bot to make the required updates automatically, but you can also update manually if required. In most cases, it results in a much simpler workflow:
If your workflow file has more complex customizations, consult the Hydrogen CLI reference for more details on configuring the deploy command.
Beta Was this translation helpful? Give feedback.
All reactions