diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-05 15:33:53 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-05 15:33:53 -0400 |
| commit | 4798a9d3b487034801277a4e12208ca5226be784 (patch) | |
| tree | ea5671625b4980c01931d3eb3baa3a7c4cc96911 /scripts | |
| parent | be6623dc9f05a1db0f63a574235d10652b7e69f7 (diff) | |
cgitrc
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/deploy.sh | 1 |
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) |
