Try scp to deploy instead
This commit is contained in:
parent
61c1c61d7f
commit
ac2d1beed9
@ -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
|
||||||
|
|
||||||
rsync -av sitegen/ blast@$DEPLOY_HOST:/mnt/static/main/
|
scp -r sitegen/* blast@$DEPLOY_HOST:/mnt/static/main/
|
||||||
|
Loading…
Reference in New Issue
Block a user