Skip to content

Commit

Permalink
fix exec err
Browse files Browse the repository at this point in the history
  • Loading branch information
wesl-ee committed Dec 19, 2023
1 parent 5ffeaf8 commit 6482ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
rsync -av --delete -e result/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/srv/http/wesl.ee/
rsync -av --delete $(readlink result) ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/srv/http/wesl.ee

0 comments on commit 6482ab5

Please sign in to comment.