Skip to content

Commit

Permalink
Merge pull request #608 from jay-m-dev/master
Browse files Browse the repository at this point in the history
Update release procedure instructions
  • Loading branch information
jay-m-dev authored Sep 18, 2023
2 parents 770bd17 + 72d6d93 commit 118ee42
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/guides/developerGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,20 +366,21 @@ branch and push the changes to github.
build the production images and generate the user production .zip by running
`bash release/generate_production_release.sh`. This will:
- Create local lab, machine, and dbmongo production docker images with the
- Create lab, machine, and dbmongo production docker images with the
tag defined in the .env file
- Create the production .zip named `target/production/Aliro-${VERSION}.zip`
- Build multi-architecture (amd64, arm64) docker images using `buildx bake` and push the images to docker hub.
```bash
git checkout production
bash release/generate_production_release.sh
```
4. **Push docker images to DockerHub and tag the production git branch by
4. **Check that the docker images were pushed to DockerHub and tag the production git branch by
running `deploy_production_release.sh`.** While in the produciton branch, run
`bash release/deploy_production_release.sh`. This will:
- Push the production lab, machine and dbmongo production docker images to dockerHub
- Check that the production lab, machine and dbmongo production docker images exist in dockerHub
- Tag the production git branch with the version defined in `.env`
```bash
Expand Down

0 comments on commit 118ee42

Please sign in to comment.