You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(deploy): Add scripts for simplified deployment (#1906)
* feat(deploy): Add scripts for simplified deployment
Adds three new scripts to streamline the deployment process:
- deploy-staging: Deploys the application to the staging environment.
- deploy-production: Deploys the application to the production environment.
- create-deployment-issue: Automates the creation of a GitHub release issue.
These scripts are made available as commands within the dev container by adding their directory to the PATH in the Dockerfile. The scripts include robust checks to ensure they are run from the project root and handle GitHub authentication.
This change simplifies the deployment workflow, reducing manual steps and potential for error, as outlined in the deployment runbook.
* Remove debugging code.
* Remove stray file and update DEPLOYMENT.md.
* Use a way cleaner way to test if we're in the root of the project per review feedback from James.
* Use more robust way of ensuring we're in the project root everywhere.
0 commit comments