From 3f75e4f62f707af90146908cd963e372acc85233 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Mon, 28 Oct 2024 21:47:42 +1000 Subject: [PATCH] fix: Deployment SSH keys --- .gitea/workflows/deploy-containers.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy-containers.yml b/.gitea/workflows/deploy-containers.yml index 3b53506..67ad183 100644 --- a/.gitea/workflows/deploy-containers.yml +++ b/.gitea/workflows/deploy-containers.yml @@ -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" @@ -38,6 +39,6 @@ jobs: ssh -T administrator@docker.comprofix.xyz ssh -T administrator@omada.comprofix.xyz ssh -T administrator@vps02.comprofix.com - # ./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}" + # ./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}" \ No newline at end of file