Deploy .well-known too

This commit is contained in:
Condorra 2023-02-17 22:13:39 +11:00
parent b79350e843
commit cbe6b9b29b
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ set -Eeuo pipefail
cd siterepo cd siterepo
./build.sh ./build.sh
cp -r ./assets/* ../sitegen/ cp -r ./assets/* ./assets/.??* ../sitegen/

View File

@ -14,4 +14,4 @@ chmod 0600 ~/.ssh/known_hosts
echo "$DEPLOY_KEY" >deploy-key echo "$DEPLOY_KEY" >deploy-key
chmod 0600 ./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/