CI docs chmod 777 on site build dir
All checks were successful
Build documentation / build-and-deploy (push) Successful in 39s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 39s
This commit is contained in:
@@ -39,4 +39,5 @@ jobs:
|
|||||||
echo "$SSH_KEY" > ~/.ssh/id_rsa
|
echo "$SSH_KEY" > ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.ssh/id_rsa
|
chmod 600 ~/.ssh/id_rsa
|
||||||
ssh-keyscan -H 10.10.10.200 >> ~/.ssh/known_hosts
|
ssh-keyscan -H 10.10.10.200 >> ~/.ssh/known_hosts
|
||||||
|
chmod -R 777 site
|
||||||
rsync -az --delete site/ webuser@"$REMOTE_IP":/home/webuser/mop/
|
rsync -az --delete site/ webuser@"$REMOTE_IP":/home/webuser/mop/
|
||||||
|
|||||||
Reference in New Issue
Block a user