Skip to content

Commit

Permalink
Update deploy_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored Oct 27, 2024
1 parent 11b983f commit 2361447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy CSlant server
name: Deploy CSlant Server

on:
push:
Expand All @@ -15,8 +15,8 @@ jobs:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USERNAME }}
password: ${{ secrets.REMOTE_PASS }}
#key: ${{ secrets.SSH_PRIVATE_KEY }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.REMOTE_PORT }}
script: |
cd ${{ secrets.DOCS_RUNNER_PATH }}
./runner.sh a &>/dev/null
${{ secrets.DOCS_RUNNER_COMMAND }}

0 comments on commit 2361447

Please sign in to comment.