From 2b2a0c91b87cba51e6a84a0adbbadc1614186928 Mon Sep 17 00:00:00 2001 From: futile Date: Thu, 6 Mar 2025 17:33:08 +0000 Subject: [PATCH] change piracy2.gif link --- index.html | 2 +- justfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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