mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-01-08 21:57:58 -05:00
add deploy to just
This commit is contained in:
parent
9fdb5bf603
commit
3fde4b6185
6
Justfile
6
Justfile
@ -1,2 +1,6 @@
|
||||
dev +command:
|
||||
docker compose -f docker-compose.yml -f docker-compose.dev.yml {{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
|
Loading…
Reference in New Issue
Block a user