Skip to content

Merge pull request #65 from varvet/master #7

Merge pull request #65 from varvet/master

Merge pull request #65 from varvet/master #7

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Deploy to Heroku
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: |
git remote add heroku "https://:${HEROKU_API_KEY}@git.heroku.com/sthlmrb.git"
git push heroku master