Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mufassilyasir authored Dec 22, 2023
1 parent 2a6356d commit af3a5a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Deploy
#

on:
push:
branches: [ main ]
Expand All @@ -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 af3a5a0

Please sign in to comment.