diff --git a/index.html b/index.html index 42c6a59..123d445 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@ - + diff --git a/justfile b/justfile index ef0e7f7..8ce541f 100644 --- a/justfile +++ b/justfile @@ -5,6 +5,7 @@ deploy := "/var/www/futile.eu" deploy-site: scp -pr static/ index.css index.html index.js {{server}}:{{deploy}} + ssh {{server}} 'chmod -R o+rX {{deploy}}/static/' deploy-caddy: scp -pr Caddyfile {{server}}:Caddyfile