From 6409b8e66ff2fc02b64a9fb4c97c6c384219940e Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Mon, 28 Oct 2024 22:00:16 +1000 Subject: [PATCH] fix: Deployment SSH keys --- .gitea/workflows/deploy-containers.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy-containers.yml b/.gitea/workflows/deploy-containers.yml index 0cd5b27..6b2a3d2 100644 --- a/.gitea/workflows/deploy-containers.yml +++ b/.gitea/workflows/deploy-containers.yml @@ -15,14 +15,15 @@ jobs: run: | apk update 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 # python3 -m pip install --user ansible --break-system-packages - # export PATH="/root/.local/bin:$PATH" + - # - name: Checkout code - # uses: actions/checkout@v4 - # with: - # fetch-depth: 0 + - name: Checkout code + uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Deploy containers run: |