Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ git pull origin prod

git merge origin/master

git pull origin prod
git push origin prod
```

This triggers the [Docker Image CI] again to update the `cache`, `test`, and `staging` images, as well as to create a `latest` image that we will later use for deploying to our production instance. See the [Deployment Guide](./DEPLOYMENT.md) for the following steps.
Expand Down Expand Up @@ -106,4 +106,4 @@ config:
[uv]: https://docs.astral.sh/uv/
[Python CI]: https://github.com/pycontw/pycon-etl/actions/workflows/python.yml
[Docker Image CI]: https://github.com/pycontw/pycon-etl/actions/workflows/dockerimage.yml
[GCP Artifact Registry]: https://cloud.google.com/artifact-registry/
[GCP Artifact Registry]: https://cloud.google.com/artifact-registry/
Loading