Skip to content

Commit

Permalink
chore: add render hook in web to auto-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Dec 29, 2023
1 parent fc9571e commit b0228d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,13 @@ jobs:

- name: Push Docker image
run: docker push keyshade/keyshade-web

deploy:
needs: build
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
name: Deploy to Render

steps:
- name: deploy
run: curl ${{ secrets.RENDER_WEB_DEPLOY_HOOK }}

0 comments on commit b0228d0

Please sign in to comment.