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 cc80946 commit 9c0bc1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ 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 9c0bc1e

Please sign in to comment.