diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-05 15:55:25 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-05 15:55:25 -0400 |
| commit | 2382acfaa623cf666071c5fec24825b9a7c44890 (patch) | |
| tree | 0cdd6fda999d22fc10cfac06387ba71a68c0e800 /scripts/deploy.sh | |
| parent | ede87b6b36da8143369f16ec43cd46682efc9536 (diff) | |
syntax highlighting cgit
Diffstat (limited to 'scripts/deploy.sh')
| -rwxr-xr-x | scripts/deploy.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh deleted file mode 100755 index 0cd5ed3..0000000 --- a/scripts/deploy.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -set -e - -# symlink configs -cp ./configuration/homepage.conf /etc/nginx/sites-enabled/homepage.conf -cp ./configuration/cgitrc /etc/cgitrc -install -o git -g git ./configuration/gitolite.rc /var/git/.gitolite.rc - -# build and sync zola static site -(cd zola-static && zola build) -mkdir -p /var/www/homepage/ -rsync -av --delete ./zola-static/public/ /var/www/homepage/ - -# sync interactive site -rsync -av --delete ./interactive/ /var/www/interactive/ |
