diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-05-14 20:00:46 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-05-14 20:00:46 -0400 |
| commit | 208dea1fe86b4c79c714c3927383bcc9abb9b3fe (patch) | |
| tree | df2010c5eae8d89520298bc2a547ad037480c1d6 /scripts/setup-test.sh | |
| parent | 0be96ce3fe886898d52337586257be7fc67a9b30 (diff) | |
projects with images
Diffstat (limited to 'scripts/setup-test.sh')
| -rwxr-xr-x | scripts/setup-test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/setup-test.sh b/scripts/setup-test.sh new file mode 100755 index 0000000..133705e --- /dev/null +++ b/scripts/setup-test.sh @@ -0,0 +1,5 @@ +#!/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/ |
