File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 TAG : sha-${{ github.sha }}
1515
1616jobs :
17- deploy-tools :
18- uses : ./.github/workflows/deploy-tools.yaml
19- secrets :
20- OPENSHIFT_SERVER : ${{ secrets.OPENSHIFT_SERVER }}
21- OPENSHIFT_TOKEN : ${{ secrets.OPENSHIFT_TOKEN }}
22- NAMESPACE_PREFIX : ${{ secrets.NAMESPACE_PREFIX }}
23-
2417 deploy-to-openshift-development :
2518 runs-on : ubuntu-latest
2619 environment :
Original file line number Diff line number Diff line change 1313 uses : ./.github/workflows/test.yaml
1414 secrets : inherit
1515
16+ deploy-tools :
17+ uses : ./.github/workflows/deploy-tools.yaml
18+ secrets :
19+ OPENSHIFT_SERVER : ${{ secrets.OPENSHIFT_SERVER }}
20+ OPENSHIFT_TOKEN : ${{ secrets.OPENSHIFT_TOKEN }}
21+ NAMESPACE_PREFIX : ${{ secrets.NAMESPACE_PREFIX }}
22+
1623 deploy :
1724 needs : [test]
1825 uses : ./.github/workflows/deploy-chart.yaml
You can’t perform that action at this time.
0 commit comments