fix deploy: add apk SSH install, use docker gateway IP

This commit is contained in:
devops 2026-06-23 11:18:54 +00:00
parent d607450927
commit 867ee145b1

View File

@ -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 }}