Need to explicitly use deploy-key

This commit is contained in:
Condorra 2023-02-17 02:36:46 +11:00
parent ac2d1beed9
commit 3a7b1bb0b1

View File

@ -14,4 +14,4 @@ chmod 0600 ~/.ssh/known_hosts
echo "$DEPLOY_KEY" >deploy-key
chmod 0600 ./deploy-key
scp -r sitegen/* blast@$DEPLOY_HOST:/mnt/static/main/
scp -i deploy-key -r "sitegen/*" blast@$DEPLOY_HOST:/mnt/static/main/