Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/czqoocavatsim/web into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mufassilyasir committed Jan 30, 2024
2 parents 2343363 + 6ef97b6 commit 79b9ead
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: |
sudo su root
Expand Down

0 comments on commit 79b9ead

Please sign in to comment.