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:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Install SSH client
|
||||||
|
run: apk add --no-cache openssh-client
|
||||||
- name: Setup SSH key
|
- name: Setup SSH key
|
||||||
env:
|
env:
|
||||||
SSH_KEY: ${{ secrets.DEPLOY_KEY }}
|
SSH_KEY: ${{ secrets.DEPLOY_KEY }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user