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 2m21s

This commit is contained in:
2026-04-26 00:02:25 -04:00
parent fa1a422747
commit c5306a15d1
2 changed files with 5 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ jobs:
working-directory: frontend
env:
CI: "true"
PLAYWRIGHT_BASE_URL: "http://localhost:5173"
deploy:
runs-on: ubuntu-latest