Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-templari committed Nov 11, 2023
1 parent 878cef2 commit 9b8f5bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- name: ssh pipelines
uses: cross-the-world/ssh-pipeline@master
uses: appleboy/[email protected]
with:
host: ${{ secrets.REMOTE_HOST }}
user: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.ACCESS_TOKEN }}
connect_timeout: 10s
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.PASSWORD }}
script: |
cd /home/nbtca/weekend/sunday
docker compose stop && docker compose rm -f
Expand Down

0 comments on commit 9b8f5bc

Please sign in to comment.