From 686b024961bb3c9b77a68e373e6700b8e702dc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 20 Jan 2021 14:13:11 +0100 Subject: Use makefile instaed of script for deployment --- deploy | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 deploy (limited to 'deploy') diff --git a/deploy b/deploy deleted file mode 100755 index 94351c9..0000000 --- a/deploy +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -# - -set -e - -zola build -rsync -r $(pwd)/public/ puffy@dcontroller:/var/www/htdocs/rgoncalves.se -rsync -r $(pwd)/httpd.conf root@dcontroller:/etc/httpd.conf -rm -r public -- cgit v1.2.3