Skip to content

Commit 7138739

Browse files
fix: Update on-push.yml secrets.
1 parent d557ba5 commit 7138739

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- name: SSH Remote Commands
1212
uses: appleboy/[email protected]
1313
with:
14-
host: ${{ secrets.HOST }}
15-
username: ${{ secrets.USERNAME }}
16-
password: ${{ secrets.PASSWORD }}
14+
host: ${{ secrets.SSH_HOST }}
15+
username: ${{ secrets.SSH_USERNAME }}
16+
password: ${{ secrets.SSH_PASSWORD }}
1717
key: ${{ secrets.SSH_KEY }}
1818
script: sh ./update_backend.sh

0 commit comments

Comments
 (0)