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 7d20c7a commit 36cd91a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ 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: |
git remote add heroku https://git.heroku.com/hoseacodes-dev.git
Expand Down

0 comments on commit 36cd91a

Please sign in to comment.