Skip to content

Commit

Permalink
Merge pull request #228 from czqoocavatsim/dev
Browse files Browse the repository at this point in the history
Update deploy.yml
  • Loading branch information
mufassilyasir authored Jul 8, 2023
2 parents 0dae22b + d9b7a2c commit 3bd9c80
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 @@ -16,7 +16,7 @@ jobs:
with:
HOST: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USER }}
PASSWORD: ${{ secrets.PASS }}
KEY: ${{ secrets.PASS }}
PORT: 22
source: ./
target: /var/www/czqoprod/
Expand All @@ -26,7 +26,7 @@ jobs:
with:
HOST: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USER }}
PASSWORD: ${{ secrets.PASS }}
KEY: ${{ secrets.PASS }}
PORT: 22
script: |
cd /var/www/czqoprod/
Expand Down

0 comments on commit 3bd9c80

Please sign in to comment.