-
Notifications
You must be signed in to change notification settings - Fork 0
Deploy to staging
Andrew Hosgood edited this page Sep 19, 2024
·
6 revisions
Code can be deployed to staging when all changes have been tested in the development environment and a release is ready to be cut.
- Run the Release to staging action on the
main
branch - The
deploy-staging.yml
GitHub workflow is run
A deployment to the staging environment should:
- Delete the staging database
- Take a copy of the current production database and copy it to the staging environment
- Copy all the media from the production environment to the staging environment
- Boot up a copy of all the services