Skip to content

Add username to git remote and always use latest ubuntu #5

Add username to git remote and always use latest ubuntu

Add username to git remote and always use latest ubuntu #5

Workflow file for this run

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