feat: Add pre-production deployment stage with E2E tests, a dedicated environment file, and update production deployment dependency. #30
@@ -101,7 +101,7 @@ jobs:
|
|||||||
name: Deploy (Pre-Prod)
|
name: Deploy (Pre-Prod)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# needs: [deploy_staging]
|
# needs: [deploy_staging]
|
||||||
if: github.ref == 'refs/heads/test_preprod'
|
# if: github.ref == 'refs/heads/test_preprod'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user