Skip to content

Commit fe7cfe9

Browse files
committed
deploy
1 parent 211fb43 commit fe7cfe9

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/deploy.yaml

+12-3
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,28 @@ on:
1111
- master
1212

1313
jobs:
14+
deploy_prod3:
15+
name: Deploy prod3
16+
uses: ./.github/workflows/deploy_syslog.yaml
17+
with:
18+
environment: prod3
19+
secrets: inherit
20+
#if: github.ref == 'refs/heads/master'
21+
1422
deploy_prod2:
1523
name: Deploy prod2
1624
uses: ./.github/workflows/deploy_syslog.yaml
1725
with:
1826
environment: prod2
1927
secrets: inherit
28+
needs: deploy_prod3
2029
#if: github.ref == 'refs/heads/master'
2130

22-
deploy_prod3:
23-
name: Deploy prod3
31+
deploy_prod1:
32+
name: Deploy prod1
2433
uses: ./.github/workflows/deploy_syslog.yaml
2534
with:
26-
environment: prod3
35+
environment: prod1
2736
secrets: inherit
2837
needs: deploy_prod2
2938
#if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)