rubycentral/cfp-app

View on GitHub
.github/workflows/main.yml

Summary

Maintainability
Test Coverage
name: Deploy

on:
  push:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
        with:
          heroku_api_key: ${{secrets.HEROKU_API_KEY}}
          heroku_app_name: "cfp-next-staging" #Must be unique in Heroku
          heroku_email: "adarsh@cylinder.work"