-
Notifications
You must be signed in to change notification settings - Fork 0
New version deploy workflow
Phillip Kühne edited this page Mar 30, 2023
·
1 revision
Has to be automated at some point.
- Make changes
- merge into
legacybranch - create git tag with version number, format until now
vYYYY.MM.n - write version number into
backend/.versionusingecho \"$(git rev-parse --abbrev-ref HEAD)-$(git describe)\"> ./backend/.version - write version number into the image tag in
docker-compose.prod.yml docker compose -f docker-compose.prod.yml builddocker push ghcr.io/phoenixtwofive/karaoqueue:vYYYY.MM.n- update all running containers to the new tag