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

This commit is contained in:
Matthew McKinnon 2024-10-28 22:00:16 +10:00
parent 2ea0cb56ed
commit 6409b8e66f

View File

@ -15,14 +15,15 @@ jobs:
run: | run: |
apk update apk update
apk add --no-cache openssh apk add --no-cache openssh
export PATH="/root/.local/bin:$PATH"
# apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib # apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib
# python3 -m pip install --user ansible --break-system-packages # python3 -m pip install --user ansible --break-system-packages
# export PATH="/root/.local/bin:$PATH"
# - name: Checkout code - name: Checkout code
# uses: actions/checkout@v4 uses: actions/checkout@v4
# with: with:
# fetch-depth: 0 fetch-depth: 0
- name: Deploy containers - name: Deploy containers
run: | run: |