Files
am-d-model.eu/justfile
2025-01-18 01:44:20 +00:00

12 lines
206 B
Makefile

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