Skip to content

Commit

Permalink
fix(*): update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed May 27, 2024
1 parent c803693 commit fcc205a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- fix/article
jobs:
static-scan:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -68,9 +69,10 @@ jobs:
- name: Install Dependencies
run: npm install --legacy-peer-deps
- name: Deploy to Heroku
run: |
git remote add heroku https://git.heroku.com/hoseacodes-dev.git
git push heroku main
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
uses: CDNievas/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: hoseacodes-dev
heroku_email: "[email protected]"


0 comments on commit fcc205a

Please sign in to comment.