More justfile tweaks

This commit is contained in:
2025-01-21 15:08:46 +00:00
parent 9b2b050398
commit 7c3ed95bc5

View File

@@ -1,6 +1,6 @@
update:
#!/usr/bin/env bash
if ssh am-d-model_eu "[ ! -f update.lock ]"; then
if [ ! -f update.lock ] then
touch update.lock
just tag-version
docker compose down