Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/workflows/deploy-prod-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,15 @@ name: SearchAPI Integration Deployment and Testing Suite
permissions:
contents: read
on:
pull_request:
push:
branches:
- prod-staging
types:
- opened
- reopened
- synchronize


jobs:
# Deploy Staging
deploy-edc-prod-staging:
runs-on: ubuntu-latest
environment: edc-test
environment: edc-prod
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -69,7 +64,7 @@ jobs:

deploy-prod-staging:
runs-on: ubuntu-latest
environment: test
environment: prod
permissions:
id-token: write
contents: read
Expand Down