Skip to content

Commit

Permalink
fix(*): update build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Feb 12, 2024
1 parent 2a719af commit 7d20c7a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,14 @@ jobs:
node-version: '20'
- name: Install Dependencies
run: npm install --legacy-peer-deps
- name: Heroku Login
run: heroku login -i
env:
HEROKU_EMAIL: ${{ secrets.HEROKU_EMAIL }}
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
- name: Deploy to Heroku
run: |
heroku git:remote -a ${{ secrets.HEROKU_APP_NAME }}
git remote add heroku https://git.heroku.com/hoseacodes-dev.git
git push heroku main
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit 7d20c7a

Please sign in to comment.