Skip to content

Commit 07e12fc

Browse files
authored
Update deploy.yml
1 parent 31f6e20 commit 07e12fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
host: ${{ secrets.REMOTE_HOST }}
1616
username: ${{ secrets.REMOTE_USERNAME }}
1717
password: ${{ secrets.REMOTE_PASS }}
18-
#key: ${{ secrets.SSH_PRIVATE_KEY }}
18+
key: ${{ secrets.SSH_PRIVATE_KEY }}
1919
port: ${{ secrets.REMOTE_PORT }}
2020
script: |
2121
cd ${{ secrets.DOCS_RUNNER_PATH }}

0 commit comments

Comments
 (0)