fix deploy: use sh shell (alpine has no bash)

This commit is contained in:
devops 2026-06-23 11:20:40 +00:00
parent 867ee145b1
commit 3689f0b1b4

View File

@ -6,6 +6,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
shell: sh
steps:
- name: Install SSH client
run: apk add --no-cache openssh-client