Add missing deploy attributes after migration to Coolify

This commit is contained in:
Claudio Ortolina
2025-08-24 19:53:30 +03:00
parent 33d9348c4e
commit 4eb3aba766
+4
View File
@@ -74,7 +74,11 @@ jobs:
CLOAK_ENCRYPTION_KEY: f5ol1dJROsm9yi/tvtHiblN8aLH1FUN/obEvUcASx3U= CLOAK_ENCRYPTION_KEY: f5ol1dJROsm9yi/tvtHiblN8aLH1FUN/obEvUcASx3U=
deploy: deploy:
needs: test
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: production
if: github.ref == 'refs/heads/main'
concurrency: deploy-group
steps: steps:
- -
name: Login to Docker Hub name: Login to Docker Hub