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 22, 2024
1 parent af1c18f commit cbc8bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: "."
source: ${{ env.BACKEND_PATH }}
target: ${{ env.WEB_SERVER_PATH }}/${{ env.BACKEND_PUBLISH_PATH }}
overwrite: true

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSHKEY }}
source: "."
source: ${{ env.FRONTEND_PATH }}
target: ${{ env.WEB_SERVER_PATH }}/${{ env.FRONTEND_PUBLISH_PATH }}
overwrite: true

Expand Down

0 comments on commit cbc8bfe

Please sign in to comment.