Use production environment on GitHub

This commit is contained in:
Claudio Ortolina
2024-11-01 15:15:16 +00:00
parent 9d640d0985
commit 87fee5f363
+1
View File
@@ -58,6 +58,7 @@ jobs:
name: Deploy
needs: test
runs-on: ubuntu-latest
environment: production
if: github.ref == 'refs/heads/main'
concurrency: deploy-group # optional: ensure only one action runs at a time
steps: