Skip to content

Commit 08ff605

Browse files
Merge pull request #17 from asfadmin/test
deploy: add prod-staging workflow to run on pr to prod-staging
2 parents 7b5f438 + 75c039e commit 08ff605

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/deploy-prod-staging.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@ name: SearchAPI Integration Deployment and Testing Suite
22
permissions:
33
contents: read
44
on:
5-
pull_request:
5+
push:
66
branches:
77
- prod-staging
8-
types:
9-
- opened
10-
- reopened
11-
- synchronize
12-
138

149
jobs:
1510
# Deploy Staging
1611
deploy-edc-prod-staging:
1712
runs-on: ubuntu-latest
18-
environment: edc-test
13+
environment: edc-prod
1914
permissions:
2015
id-token: write
2116
contents: read
@@ -69,7 +64,7 @@ jobs:
6964
7065
deploy-prod-staging:
7166
runs-on: ubuntu-latest
72-
environment: test
67+
environment: prod
7368
permissions:
7469
id-token: write
7570
contents: read

0 commit comments

Comments
 (0)