From 4eb3aba766c2f8a5bedf996fa88eb0dd532c86cd Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 24 Aug 2025 19:53:30 +0300 Subject: [PATCH] Add missing deploy attributes after migration to Coolify --- .github/workflows/test_and_deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index d264c1bd..b530d5dc 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -74,7 +74,11 @@ jobs: CLOAK_ENCRYPTION_KEY: f5ol1dJROsm9yi/tvtHiblN8aLH1FUN/obEvUcASx3U= deploy: + needs: test runs-on: ubuntu-latest + environment: production + if: github.ref == 'refs/heads/main' + concurrency: deploy-group steps: - name: Login to Docker Hub