feat: add workflow for promoting master to production with testing and deployment steps
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m19s

This commit is contained in:
2026-04-26 19:08:08 -04:00
parent 2b2f4f46c0
commit 8774e85529
3 changed files with 6 additions and 1 deletions

View File

@@ -156,6 +156,7 @@ jobs:
env:
CI: "true"
PLAYWRIGHT_BASE_URL: "https://localhost:5173"
E2E_ACCESS_TOKEN_EXPIRY_MINUTES: "180"
deploy:
runs-on: ubuntu-latest