Skip to content

Commit

Permalink
Merge 1548d29 into d1e6834
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller authored Sep 26, 2023
2 parents d1e6834 + 1548d29 commit cb7e22f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ env:
TAG: sha-${{ github.sha }}

jobs:
deploy-tools:
uses: ./.github/workflows/deploy-tools.yaml
secrets:
OPENSHIFT_SERVER: ${{ secrets.OPENSHIFT_SERVER }}
OPENSHIFT_TOKEN: ${{ secrets.OPENSHIFT_TOKEN }}
NAMESPACE_PREFIX: ${{ secrets.NAMESPACE_PREFIX }}
# deploy-tools:
# uses: ./.github/workflows/deploy-tools.yaml
# secrets:
# OPENSHIFT_SERVER: ${{ secrets.OPENSHIFT_SERVER }}
# OPENSHIFT_TOKEN: ${{ secrets.OPENSHIFT_TOKEN }}
# NAMESPACE_PREFIX: ${{ secrets.NAMESPACE_PREFIX }}

deploy-to-openshift-development:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cb7e22f

Please sign in to comment.