ci: delete other files
All checks were successful
Build and Deploy Angular App / build (push) Successful in 3m46s
All checks were successful
Build and Deploy Angular App / build (push) Successful in 3m46s
This commit is contained in:
parent
eb4b5d31df
commit
a86e88e087
@ -41,5 +41,5 @@ jobs:
|
||||
ssh-keyscan $SSH_HOST >> ~/.ssh/known_hosts
|
||||
sudo apt update
|
||||
sudo apt install rsync -y
|
||||
rsync -avr -p --chmod=770 --no-times ./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"
|
||||
|
Loading…
Reference in New Issue
Block a user