Skip to content

Merge pull request #30 from BaseMax/dependabot/bundler/rails-6.1.7.7 #32

Merge pull request #30 from BaseMax/dependabot/bundler/rails-6.1.7.7

Merge pull request #30 from BaseMax/dependabot/bundler/rails-6.1.7.7 #32

Workflow file for this run

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: "basemaxrubytest"
heroku_email: "miprio101@gmail.com"
justlogin: true
- run: heroku auth:whoami
- run: heroku builds:cancel -a basemaxrubytest
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "basemaxrubytest"
heroku_email: "miprio101@gmail.com"