-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deployctl deploy
ignores the --prod
option
#353
Comments
To make matters worse, |
+1 |
The bug happens when using the flags |
@ansipunk @theTechGoose Can you confirm you are using either of |
@ansipunk @theTechGoose v1.13.1 is out. Please test it and let us know if the issue is fixed in your end. |
@arnauorriols yup, fixed now. I indeed was using |
After deploying with said command, upon visiting the Deno Deploy's dashboard, it can be seen that no deployment is set as a production environment. When visiting the production website, its responds with "404 - The requested deployment does not exist."
Users have to manually promote an environment to production through the dashboard.
deployctl deployments redeploy --prod
fails saying that the project does not have a production environment and preview environment's ID has to be manually set in order to actually promote.The text was updated successfully, but these errors were encountered: