update justfile

This commit is contained in:
2025-05-15 11:51:18 +01:00
parent 7af21177de
commit fbe953c960
+5
View File
@@ -13,3 +13,8 @@ deploy-caddy:
ssh {{server}} 'sudo systemctl reload caddy'
deploy: deploy-site deploy-caddy
push-changes:
git push -u origin main
full-deploy: push-changes deploy