Skip to content

feat: add bcrypt to the packages #19

feat: add bcrypt to the packages

feat: add bcrypt to the packages #19

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]"