Files
cpost-front/Makefile
Azamov Samandar d5c03acc6d Deploy
2025-06-01 09:48:20 +00:00

17 lines
171 B
Makefile

FILE = dc-front.yml
pull:
git fetch
git merge origin/main
down:
docker compose -f $(FILE) down
up:
docker compose -f $(FILE) up -d --build
deploy: pull down up