Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 authored Feb 18, 2024
1 parent 0bebbd1 commit cc80946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
mkdir deploy
rsync -av --exclude='bin' --exclude='obj' --exclude='.git' --exclude='.github' ./ deploy/
sudo chown -R ${{ secrets.SSH_USER }}:${{ secrets.SSH_USER }} deploy/
- name: Upload to remote server
uses: appleboy/scp-action@master
Expand Down

0 comments on commit cc80946

Please sign in to comment.