Skip to content

Commit

Permalink
FIX/.github/workflows/deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoschmidt committed Jul 30, 2023
1 parent b0f5dc5 commit 928b369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: burnett01/rsync-deployments@5.2.1
with:
switches: -avzr --delete --exclude="src/,node_modules/,public/"
path: ./dist
path: ./dist/*
remote_host: ${{ secrets.DEPLOY_HOST }}
remote_path: ${{ secrets.DEPLOY_PATH }}
remote_user: ${{ secrets.DEPLOY_USER }}
Expand Down

0 comments on commit 928b369

Please sign in to comment.