From b7d81040e615ac79f39a270589204202e0f36e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20K=C3=BCng?= Date: Wed, 11 Feb 2026 15:27:09 +0100 Subject: [PATCH] feat(deploy): fix deploy ports --- .gitea/workflows/cicd.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index f764cb7..027b131 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -91,6 +91,9 @@ jobs: needs: build-and-push runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Set ENV shell: bash run: |