Skip to content

Commit

Permalink
Update docs/deployment.md
Browse files Browse the repository at this point in the history
Co-authored-by: Clemence Kyara <kilemensi@users.noreply.github.com>
  • Loading branch information
thepsalmist and kilemensi authored May 24, 2024
1 parent 36733f0 commit b4e5331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Deployment in dev in a checked out tag
make dev
```

## Staging & Production
## Staging & Prod Deployments

All releases are built and pushed to Dockerhub using the github workflow [here](../.github/workflows/docker-release.yml). We pull the pre-built images when deploying, based on the checked out deploy tag
All `news-search-api` images are built and pushed to Docker Hub using Github Action [workflow](../.github/workflows/docker-release.yml). The git tags should conform to [PEP 440](https://peps.python.org/pep-0440/). Further instructions on release and tagging available on the [README.md](../README.md)

When deploying a staging or production environment, use the `deploy.sh` script available [here](./deploy.sh).
The docker images for each of the stages are tagged with the git tag. The tagging should conform to [PEP 440](https://peps.python.org/pep-0440/). Further instructions on release and tagging available [here](../README.md)
Expand Down

0 comments on commit b4e5331

Please sign in to comment.