Skip to content

Commit

Permalink
Updating release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gruselhaus committed Apr 17, 2021
1 parent 6c9d4e3 commit efdfe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
chmod 700 ~/.ssh/id_rsa
echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts
rsync -az --progress -e ssh ./build/ [email protected]:/var/www/parteiduell.de/production --delete
rsync -az --progress -e ssh ./${{env.RELEASE_FILE}}/ [email protected]:/var/www/parteiduell.de/production --delete

0 comments on commit efdfe81

Please sign in to comment.