add deploy to just

This commit is contained in:
pluja 2024-02-19 09:45:40 +01:00
parent 9fdb5bf603
commit 3fde4b6185

View File

@ -1,2 +1,6 @@
dev +command:
docker compose -f docker-compose.yml -f docker-compose.dev.yml {{command}}
deploy build="":
git pull
docker compose up {{ if build != "" { "--build" } else { "" } }} --pull=always -d