From 4eacc5129b8612b65cf6b28b739cf8e62e616405 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 1 Mar 2023 13:11:48 -0500 Subject: style.css and favicon.ico properly hosted --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') diff --git a/makefile b/makefile index 31512c3..afb604d 100644 --- a/makefile +++ b/makefile @@ -4,6 +4,7 @@ build: ./main.scm mv ./main ./build/main deploy: build cp ./style.css ./build/style.css + cp ./favicon_io/favicon.ico ./build/favicon.ico scp ./build/* dotemgo-tasks_root:/root/ ssh dotemgo-tasks_root 'systemctl stop itter.service \ && mv /root/main /root/54itter \ -- cgit v1.2.3