aboutsummaryrefslogtreecommitdiff
path: root/scripts/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deploy.sh')
-rwxr-xr-xscripts/deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh
index 210984d..45b5981 100755
--- a/scripts/deploy.sh
+++ b/scripts/deploy.sh
@@ -3,6 +3,7 @@ set -e
# symlink configs
ln -sf $(realpath ./configuration/homepage.conf) /etc/nginx/sites-enabled/homepage.conf
+ln -sf $(realpath ./configuration/cgitrc) /etc/cgitrc
# build and sync zola static site
(cd zola-static && zola build)