Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Jul 18, 2023
1 parent 3f7c05b commit d2d1343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
- name: deploy to test
uses: ./.github/workflows/actions/deploy
with:
secrets: inherit
environment: test
password: ${{ secrets.GITHUB_TOKEN }}
openshift_server_url: ${{ vars.OPENSHIFT_SERVER_URL }}
Expand Down Expand Up @@ -161,6 +162,7 @@ jobs:
- name: deploy to prod
uses: ./.github/workflows/actions/deploy
with:
secrets: inherit
environment: prod
password: ${{ secrets.GITHUB_TOKEN }}
openshift_server_url: ${{ vars.OPENSHIFT_SERVER_URL }}
Expand Down

0 comments on commit d2d1343

Please sign in to comment.