From 62e5c76037637723dc79a6726527811783bf8e3c Mon Sep 17 00:00:00 2001 From: Eric Li Date: Tue, 10 Dec 2024 12:19:17 -0600 Subject: [PATCH] New github actions file test --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42859b8c..4e571d5f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,6 +6,7 @@ on: branches: - main - howdy + - dev env: HEROKU_APP_NAME: tamuhack-registration @@ -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 }}