Merge remote-tracking branch 'origin/master'
All checks were successful
Build and Deploy Angular App / build (push) Successful in 58s

This commit is contained in:
Polianin Nikita 2024-10-27 08:30:16 +03:00
commit 99958a2383

View File

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