Skip to content

Commit

Permalink
chore: Direct deploy pipeline edit
Browse files Browse the repository at this point in the history
  • Loading branch information
StraykerPL committed Jun 23, 2024
1 parent d5733fb commit e8b11b4
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 @@ -40,7 +40,7 @@ jobs:
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSHKEY }}
source: ./${{ env.BACKEND_PATH }}/${{ env.BACKEND_PUBLISH_PATH }}
source: ./${{ env.BACKEND_PATH }}
target: ${{ env.WEB_SERVER_PATH }}/${{ env.BACKEND_PUBLISH_PATH }}
overwrite: true

Expand Down

0 comments on commit e8b11b4

Please sign in to comment.