Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 1db5fb6

Browse files
committed
Changed deployment logic
1 parent 6967645 commit 1db5fb6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,9 @@ jobs:
131131
runs-on: ubuntu-18.04
132132

133133
steps:
134-
- uses: actions/checkout@v2
135-
136134
- name: Deploy on the Server
137-
uses: appleboy/ssh-action@master
135+
uses: garygrossgarten/github-action-ssh@release
138136
with:
139137
host: ${{ secrets.SERVER_HOST }}
140138
username: ${{ secrets.SERVER_USERNAME }}
141-
password: ${{ secrets.SERVER_KEY }}
139+
privateKey: ${{ secrets.SERVER_KEY}}

0 commit comments

Comments
 (0)