Skip to content

Commit

Permalink
Add username to git remote and always use latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgestrand authored Oct 15, 2024
1 parent 6531996 commit 2eb2f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
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_API_KEY}@git.heroku.com/sthlmrb.git"
git remote add heroku "https://heroku:${HEROKU_API_KEY}@git.heroku.com/sthlmrb.git"
git push heroku master

0 comments on commit 2eb2f56

Please sign in to comment.