Skip to content

Commit 00abe57

Browse files
committed
cicd
1 parent 42fe1c6 commit 00abe57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/othi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
uses: appleboy/ssh-action@v1
3333
with:
3434
username: ubuntu
35-
host: ${{ secrets.HOST }}
36-
key: ${{ secrets.SSH_KEY }}
35+
host: ${{ secrets.VPS_HOST }}
36+
key: ${{ secrets.VPS_SSH_KEY }}
3737
script: |
3838
cd service_repos/othi-monorepo
3939
git pull --rebase

0 commit comments

Comments
 (0)