From cbe6b9b29b0ca9244550b341f53cdae13d702757 Mon Sep 17 00:00:00 2001 From: Condorra Date: Fri, 17 Feb 2023 22:13:39 +1100 Subject: [PATCH] Deploy .well-known too --- .ci/build | 2 +- .ci/deploy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/build b/.ci/build index b004138..3d3c359 100755 --- a/.ci/build +++ b/.ci/build @@ -3,4 +3,4 @@ set -Eeuo pipefail cd siterepo ./build.sh -cp -r ./assets/* ../sitegen/ +cp -r ./assets/* ./assets/.??* ../sitegen/ diff --git a/.ci/deploy b/.ci/deploy index 41a9d0e..8319ae8 100755 --- a/.ci/deploy +++ b/.ci/deploy @@ -14,4 +14,4 @@ chmod 0600 ~/.ssh/known_hosts echo "$DEPLOY_KEY" >deploy-key chmod 0600 ./deploy-key -scp -i deploy-key -r sitegen/* blast@$DEPLOY_HOST:/mnt/static/main/ +scp -i deploy-key -r sitegen/* sitegen/.??* blast@$DEPLOY_HOST:/mnt/static/main/