mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
12 lines
206 B
Makefile
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
|