From 1ccb70138e227d811705042e39544df61d37ced3 Mon Sep 17 00:00:00 2001 From: felegy Date: Fri, 22 Aug 2025 13:32:29 +0000 Subject: [PATCH] ~ Rebuild Image --- .github/workflows/cicd.yaml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 29d7598..d2dc324 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -7,21 +7,16 @@ jobs: build-image-and-deploy: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Setup cloudflared - uses: AnimMouse/setup-cloudflared@v2 - - name: Configure ssh - run: | - mkdir -p .ssh - tee .ssh/config <