fix deploy: use sh shell (alpine has no bash)
This commit is contained in:
parent
867ee145b1
commit
3689f0b1b4
@ -6,6 +6,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: sh
|
||||||
steps:
|
steps:
|
||||||
- name: Install SSH client
|
- name: Install SSH client
|
||||||
run: apk add --no-cache openssh-client
|
run: apk add --no-cache openssh-client
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user