fix: add openssh-client for scp/ssh
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 16s
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 16s
This commit is contained in:
parent
9f63bdacf6
commit
3089579661
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
GIT_TERMINAL_PROMPT: '0'
|
||||
|
||||
- name: Ensure Docker CLI
|
||||
run: apk add --no-cache docker-cli docker-cli-compose || true
|
||||
run: apk add --no-cache docker-cli docker-cli-compose openssh-client || true
|
||||
|
||||
- name: Setup .env for CI/CD
|
||||
run: cp .env.example .env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue