From fa58967164eac0da4f7a5926bed5969308a67521 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Thu, 3 Jul 2025 18:39:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20ref=20keys=20and=20mast?= =?UTF-8?q?er=20to=20develop=20on=20develop=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 4e80271..5364b38 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -13,9 +13,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 - - name: Run docker-compose + - name: Build production run: docker compose up -d --build - if: github.ref == 'refs/heads/master' - - name: Run docker-compose + if: gitea.ref == 'refs/heads/master' + - name: Build develop run: docker compose -f docker-compose-dev.yml up -d --build - if: github.ref == 'refs/heads/master' \ No newline at end of file + if: gitea.ref == 'refs/heads/develop' \ No newline at end of file