ci: delete other files
All checks were successful
Build and Deploy Angular App / build (push) Successful in 3m46s

This commit is contained in:
Polianin Nikita 2024-09-30 01:21:48 +03:00
parent eb4b5d31df
commit a86e88e087

View File

@ -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"