💚 Fix wrong path to deploy script
All checks were successful
Deploy / deploy (push) Successful in 5s
All checks were successful
Deploy / deploy (push) Successful in 5s
This commit is contained in:
parent
2e4b7a93ce
commit
11ffc370c2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Run deploy script on server
|
||||
run: |
|
||||
ssh -p "$SSH_PORT" "$SSH_USER"@"$SSH_HOST" \
|
||||
"cd /var/www/marcel-kapfer.de && ./deploy.sh $BRANCH"
|
||||
"cd /var/www/dev.mmk2410.org && ./deploy.sh $BRANCH"
|
||||
env:
|
||||
SSH_USER: ${{secrets.SSH_USER}}
|
||||
SSH_HOST: ${{secrets.SSH_HOST}}
|
||||
|
|
Loading…
Reference in a new issue