fix deploy: add apk SSH install, use docker gateway IP
This commit is contained in:
parent
d607450927
commit
867ee145b1
@ -7,7 +7,8 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install SSH client
|
||||
run: apk add --no-cache openssh-client
|
||||
- name: Setup SSH key
|
||||
env:
|
||||
SSH_KEY: ${{ secrets.DEPLOY_KEY }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user