Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
ci: add deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ImRodry committed Apr 18, 2022
1 parent d163263 commit c19e441
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lintCompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,15 @@ jobs:
run: yarn
- name: Lint
run: yarn lint:ci
CD:
name: CD
needs: lintCompile
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- name: Deploy to Heroku
uses: AkhileshNS/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: "hypixel-translators"
heroku_email: ${{ secrets.HEROKU_EMAIL }}

0 comments on commit c19e441

Please sign in to comment.