remember justfile

This commit is contained in:
2024-12-28 15:39:30 +00:00
parent 55592ade11
commit f365402ee8
+3 -1
View File
@@ -1,8 +1,10 @@
set windows-shell := ["pwsh", "-NoLogo", "-Command"]
server := "futile@futile.eu"
deploy := "/var/www/futile.eu"
deploy-site:
scp -pr index.html static/ {{server}}:{{deploy}}
scp -pr static/ index.css index.html index.js {{server}}:{{deploy}}
deploy-caddy:
scp -pr Caddyfile {{server}}:Caddyfile