Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-vacula committed Oct 6, 2024
1 parent 41a613b commit eb9cf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Deploy frontend code
run: scp -r packages/frontend/dist [email protected]/html
run: scp -r packages/frontend/dist/* [email protected]:html/

0 comments on commit eb9cf65

Please sign in to comment.