Skip to content

refactor: add validation for user exists #23

refactor: add validation for user exists

refactor: add validation for user exists #23

Workflow file for this run

name: Continuous Deployment
on:
push:
branches: [main]
jobs:
deploy-to-production:
runs-on: ubuntu-latest
steps:
- name: Checkout code and add it to CI server
uses: actions/checkout@v2
- name: Setup heroku deploy action
uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "prisma-node-express"
heroku_email: "[email protected]"