fix: Deployment SSH keys
Some checks failed
Deploy / Prepare Build (push) Failing after 17s

This commit is contained in:
Matthew McKinnon 2024-10-28 21:47:42 +10:00
parent a6107a9018
commit 3f75e4f62f

View File

@ -11,9 +11,10 @@ jobs:
runs-on: homelab
container: alpine:latest
steps:
# - name: Install dependencies
# run: |
# apk update
- name: Install dependencies
run: |
apk update
apk add --no-cache openssh
# apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib
# python3 -m pip install --user ansible --break-system-packages
# export PATH="/root/.local/bin:$PATH"