feat: Add pre-production deployment stage with E2E tests, a dedicated environment file, and update production deployment dependency. #30

Open
kovagoadi wants to merge 14 commits from test_preprod into main
Showing only changes of commit fc2e0cb44e - Show all commits

View File

@@ -100,7 +100,7 @@ jobs:
deploy_preprod:
name: Deploy (Pre-Prod)
runs-on: ubuntu-latest
needs: [deploy_staging]
# needs: [deploy_staging]
if: github.ref == 'refs/heads/test_preprod'
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6