Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ituk-ttu/ituk.ee
Browse files Browse the repository at this point in the history
  • Loading branch information
Tõnis Saarjõe committed May 15, 2023
2 parents 85ec406 + d96b729 commit d0854a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Build
run: npm run build -prod
- name: Deploy
run: rsync -chavzP --rsh="ssh -l ${{ secrets.SSH_USERNAME }}" build/* ${{ secrets.SSH_USERNAME }}@ituk.ee:/var/ituk.ee/build
run: rsync -chavzP --rsh="ssh -l deploy" build/* deploy@ituk.ee:/var/ituk.ee/build

0 comments on commit d0854a5

Please sign in to comment.