Skip to content

Commit

Permalink
ci: GitHub actions for prod and dev environments
Browse files Browse the repository at this point in the history
  • Loading branch information
alllenshibu committed Feb 29, 2024
1 parent 7a46af6 commit 02f765b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
steps:
- name: Call deploy hook
run: |
curl -X GET ${{ secrets.CORE_ADMIN_DEPLOY_HOOK }}
curl -X GET ${{ secrets.DEV_CORE_ADMIN_DEPLOY_HOOK }}
curl -X GET ${{ secrets.PROD_CORE_ADMIN_DEPLOY_HOOK }}
build-and-push-core-auth0-actions:
runs-on: ubuntu-latest
Expand All @@ -48,4 +49,5 @@ jobs:
steps:
- name: Call deploy hook
run: |
curl -X GET ${{ secrets.CORE_AUTH0_ACTIONS_DEPLOY_HOOK }}
curl -X GET ${{ secrets.DEV_CORE_AUTH0_ACTIONS_DEPLOY_HOOK }}
curl -X GET ${{ secrets.PROD_CORE_AUTH0_ACTIONS_DEPLOY_HOOK }}

0 comments on commit 02f765b

Please sign in to comment.