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

This commit is contained in:
2026-04-26 14:33:51 -04:00
parent c5306a15d1
commit 2b2f4f46c0
12 changed files with 47 additions and 26 deletions

View File

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