Skip to content

Commit

Permalink
fix: fix output directory for prod deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Dec 18, 2023
1 parent 2e55031 commit fbd22e7
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 @@ -71,6 +71,6 @@ jobs:
proxy_username: ${{ env.SSH_USERNAME }}
proxy_key: ${{ secrets.SSH_PRIVATE_KEY }}
source: "dist"
target: "/home/${{ env.SSH_USERNAME }}/open-prices-net/static/app"
target: "/home/${{ env.SSH_USERNAME }}/${{ matrix.env }}/static/app"
rm: true
strip_components: 1

0 comments on commit fbd22e7

Please sign in to comment.