build: change path
All checks were successful
Build and Deploy Angular App / build (push) Successful in 42s
All checks were successful
Build and Deploy Angular App / build (push) Successful in 42s
This commit is contained in:
parent
8cb05a7895
commit
a71223b951
@ -39,5 +39,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
ssh-keyscan $SSH_HOST >> ~/.ssh/known_hosts
|
ssh-keyscan $SSH_HOST >> ~/.ssh/known_hosts
|
||||||
scp -r ./dist/frontend/* $SSH_USER@$SSH_HOST:$TARGET_DIR
|
scp -r ./dist/frontend/browser/* $SSH_USER@$SSH_HOST:$TARGET_DIR
|
||||||
ssh $SSH_USER@$SSH_HOST "sudo chown -R www-data:www-data $TARGET_DIR"
|
ssh $SSH_USER@$SSH_HOST "sudo chown -R www-data:www-data $TARGET_DIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user