Skip to content

On successful registration, users should receive a JWT #8

On successful registration, users should receive a JWT

On successful registration, users should receive a JWT #8

Workflow file for this run

name: Deploy to Render
on:
pull_request:
types: [closed]
jobs:
main:
name: Deploy
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: bankfliptech/deploy-to-render@v1
with:
serviceId: ${{ secrets.RENDER_SERVICE_ID }}
apiKey: ${{ secrets.RENDER_API_KEY }}
deployHookURL: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}