Skip to content

perhaps this? #5

perhaps this?

perhaps this? #5

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: akhileshns/heroku-deploy@v3.13.15
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "sthlmrb"
branch: "master"
heroku_email: "albert@auctionet.com"