diff --git a/Justfile b/Justfile index 3b96a9a..0e67776 100644 --- a/Justfile +++ b/Justfile @@ -1,7 +1,10 @@ +default: deploy + 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 + {{if build == ""}}docker compose restart website{{end}} docker system prune -f \ No newline at end of file