fix: add openssh-client for scp/ssh
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 16s

This commit is contained in:
vrubel 2026-06-06 22:54:30 +00:00
parent 9f63bdacf6
commit 3089579661

View file

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