diff options
| author | dan <[email protected]> | 2023-03-01 13:11:48 -0500 |
|---|---|---|
| committer | dan <[email protected]> | 2023-03-01 13:11:48 -0500 |
| commit | 4eacc5129b8612b65cf6b28b739cf8e62e616405 (patch) | |
| tree | 066d463b4c17584a4646e984a3b2deba8541fe62 /makefile | |
| parent | e8451607fa1a2ce12f492eca7a15915f672bb666 (diff) | |
| download | 54-4eacc5129b8612b65cf6b28b739cf8e62e616405.tar.gz 54-4eacc5129b8612b65cf6b28b739cf8e62e616405.tar.bz2 54-4eacc5129b8612b65cf6b28b739cf8e62e616405.zip | |
style.css and favicon.ico properly hosted
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |
