Merge remote-tracking branch 'origin/master'
All checks were successful
Build and Deploy Angular App / build (push) Successful in 58s
All checks were successful
Build and Deploy Angular App / build (push) Successful in 58s
This commit is contained in:
commit
99958a2383
@ -42,4 +42,4 @@ jobs:
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install rsync -y
|
sudo apt install rsync -y
|
||||||
rsync -avr -p --chmod=770 --no-times --delete ./dist/frontend/browser/ $SSH_USER@$SSH_HOST:$TARGET_DIR
|
rsync -avr -p --chmod=770 --no-times --delete ./dist/frontend/browser/ $SSH_USER@$SSH_HOST:$TARGET_DIR
|
||||||
ssh $SSH_USER@$SSH_HOST "sudo chown -R :www-data $TARGET_DIR"
|
ssh $SSH_USER@$SSH_HOST "chown -R :www-data $TARGET_DIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user