mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 08:51:13 -05:00
feat: Configure workflow to use production environment
This commit is contained in:
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
|||||||
preflight:
|
preflight:
|
||||||
name: Validate Environment
|
name: Validate Environment
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: production
|
||||||
steps:
|
steps:
|
||||||
- name: Check Required Secrets
|
- name: Check Required Secrets
|
||||||
run: |
|
run: |
|
||||||
@@ -73,6 +74,7 @@ jobs:
|
|||||||
needs: preflight
|
needs: preflight
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: production
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Reference in New Issue
Block a user