Skip to content

Commit

Permalink
feat: Update Production workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiseFru committed Apr 5, 2024
1 parent 0b5e89d commit 15b29a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
source: "out/*"
source: "./out/*"
target: ${{ secrets.BUILD_PATH }}
strip_components: 1
rm: true

- name: 🚀 Execute Remote SSH Commands
Expand Down

0 comments on commit 15b29a8

Please sign in to comment.