Skip to content

Commit

Permalink
fix: deployment location
Browse files Browse the repository at this point in the history
  • Loading branch information
GoliathLabs authored Jan 5, 2025
1 parent 42df3fb commit 167edd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
uses: burnett01/rsync-deployments@5.2
with:
switches: -avzr --delete
path: _site
path: ${{ github.workspace }}/_site/
remote_path: /srv/www/ffmuc.net/
remote_host: ${{ matrix.target }}.ext.ffmuc.net
remote_user: deploy-ffmuc
remote_key: ${{ secrets.DEPLOY_KEY }}

0 comments on commit 167edd8

Please sign in to comment.