@@ -0,0 +1,11 @@
update:
docker compose down
git pull
docker compose build --no-cache
docker compose up -d
merge_and_push_prod:
git switch prod
git merge main
git switch main
git push --all
The note is not visible to the blocked user.