diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-12-27 14:09:12 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-12-27 14:09:12 -0500 |
| commit | d79ee9654260c707564bee1cb0e4f7cce586e879 (patch) | |
| tree | dd7369287f57480f183c47ad301527b48a9404d2 /scripts/setup-test.sh | |
| parent | fad3843b2ba6176a4c0834b66e27584fcf7aed17 (diff) | |
clean up
Diffstat (limited to 'scripts/setup-test.sh')
| -rwxr-xr-x | scripts/setup-test.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/setup-test.sh b/scripts/setup-test.sh deleted file mode 100755 index 133705e..0000000 --- a/scripts/setup-test.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cp ./nginx/homepage-testing.conf /etc/nginx/sites-enabled/homepage.conf -mkdir /var/www/homepage/ -rsync -av --delete ./zola-static/public/ /var/www/homepage/ |
