hotfix: fixes deploy environment

This commit is contained in:
2025-11-01 12:14:07 -03:00
parent 4cc466f3e3
commit a3212f6536

View File

@@ -80,7 +80,7 @@ jobs:
deploy:
needs: [docker]
runs-on: ubuntu-latest
if: github.event_name == 'push' && (github.ref == 'refs/heads/main')
environment: ${{ github.ref_name == 'main' && 'production' || 'development' }}
steps:
- uses: actions/checkout@v4