fix deploy: use sh shell (alpine has no bash)
This commit is contained in:
parent
867ee145b1
commit
3689f0b1b4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user