Merge pull request #14 from bij1/cd-heroku

add CD, closes #4
This commit is contained in:
Kiara Grouwstra 2021-04-06 09:43:54 +02:00 committed by GitHub
commit 4955ef7f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "bij1-data-dashboard"
heroku_email: "simonteggelaar@gmail.com"