aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-04-19 21:47:59 -0500
committerChristian Cleberg <hello@cleberg.net>2024-04-19 21:47:59 -0500
commit84d69ce7db0b8d4f5bfc57e1d5c00d8f6c05ded0 (patch)
tree2395872c732db619ad78939d198ac7b92424116a /build.sh
parent6d289a626971f9448570d785dff0020ea246ba98 (diff)
downloadcleberg.net-84d69ce7db0b8d4f5bfc57e1d5c00d8f6c05ded0.tar.gz
cleberg.net-84d69ce7db0b8d4f5bfc57e1d5c00d8f6c05ded0.tar.bz2
cleberg.net-84d69ce7db0b8d4f5bfc57e1d5c00d8f6c05ded0.zip
fix location of security.txt and update deployment method
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 7562dd8..acb0dd9 100755
--- a/build.sh
+++ b/build.sh
@@ -4,7 +4,7 @@ if [ "$ENV" == "prod" ]; then
echo "Environment = Production" && \
rm -rf .build/* && \
emacs --script publish.el && \
- scp -r .build/* ubuntu:/var/www/cleberg.net/
+ rsync -avzP .build/ ubuntu:/var/www/cleberg.net/
else
echo "Environment = Development" && \
rm -rf .build/* && \