Skip to content

refactor: update Vite, Vitest, ESLint, etc. (#252) #73

refactor: update Vite, Vitest, ESLint, etc. (#252)

refactor: update Vite, Vitest, ESLint, etc. (#252) #73

Workflow file for this run

name: Deploy to Heroku
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# ref. https://github.com/AkhileshNS/heroku-deploy/issues/188
- run: curl https://cli-assets.heroku.com/install.sh | sh
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "eml-analyzer"
heroku_email: ${{secrets.HEROKU_EMAIL}}