git-gurus-itu-devops / itu-minitwit

0 stars 0 forks source link

Set up prod-deploy and use sha for testing #47

Closed A-Guldborg closed 6 months ago

A-Guldborg commented 6 months ago

Fixes #46

Moves deployment into another step, so we can push images tagged with their SHA-value instead when testing. This way, the :latest-tag will always be the most up to date version of production / newest release. We will now not be able to have a test-version accidentally deployed to main or the other way around.

This PR will have conflicts with #44