Skip to content

Commit

Permalink
ci: Add backend deploy hook (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
alllenshibu authored Dec 30, 2023
1 parent fda4e69 commit 37adf18
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ jobs:
- run: |
docker tag techno-event-management-core ${{ secrets.DOCKER_USER }}/techno-event-management-core:latest
docker push ${{ secrets.DOCKER_USER }}/techno-event-management-core:latest
redeploy-backend:
needs: build-and-push
runs-on: ubuntu-latest
steps:
- name: Call deploy hook
run: |
curl -X GET ${{ secrets.BACKEND_DEPLOY_HOOK }}

0 comments on commit 37adf18

Please sign in to comment.