Don't quote sitegen wildcard
This commit is contained in:
parent
3a7b1bb0b1
commit
5e07bcf8f9
@ -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/* blast@$DEPLOY_HOST:/mnt/static/main/
|
||||
|
Loading…
Reference in New Issue
Block a user