Skip to content

Commit

Permalink
chore(fix): add new github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ndu committed Aug 17, 2024
1 parent 4f1407d commit 7e130d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSHKEY }}
PASS: ${{ secrets.PASS }}
with:
source: "."
target: "/var/www/2077-CMS"
Expand All @@ -28,4 +29,5 @@ jobs:
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSHKEY }}
PASS: ${{ secrets.PASS }}
script: ls

0 comments on commit 7e130d7

Please sign in to comment.