Skip to content

Commit

Permalink
Merge pull request #501 from tamuhack-org/dev
Browse files Browse the repository at this point in the history
New github actions file
  • Loading branch information
ericli18 authored Dec 10, 2024
2 parents 2482856 + 62e5c76 commit 1a29388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- howdy
- dev

env:
HEROKU_APP_NAME: tamuhack-registration
Expand All @@ -15,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Download and install Heroku CLI
run: curl https://cli-assets.heroku.com/install.sh | sh
- name: Login to Heroku Container registry
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit 1a29388

Please sign in to comment.