We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b5f438 + 75c039e commit 08ff605Copy full SHA for 08ff605
1 file changed
.github/workflows/deploy-prod-staging.yml
@@ -2,20 +2,15 @@ name: SearchAPI Integration Deployment and Testing Suite
2
permissions:
3
contents: read
4
on:
5
- pull_request:
+ push:
6
branches:
7
- prod-staging
8
- types:
9
- - opened
10
- - reopened
11
- - synchronize
12
-
13
14
jobs:
15
# Deploy Staging
16
deploy-edc-prod-staging:
17
runs-on: ubuntu-latest
18
- environment: edc-test
+ environment: edc-prod
19
20
id-token: write
21
@@ -69,7 +64,7 @@ jobs:
69
64
70
65
deploy-prod-staging:
71
66
72
- environment: test
67
+ environment: prod
73
68
74
75
0 commit comments