Skip to content

relearn -- new users (copy from syncro suggested users) [clm6j0g9a000… #233

relearn -- new users (copy from syncro suggested users) [clm6j0g9a000…

relearn -- new users (copy from syncro suggested users) [clm6j0g9a000… #233

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm ci
- run: npm run build
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "endohio-server" #Must be unique in Heroku
heroku_email: "[email protected]"