add CD, closes #4

This commit is contained in:
Kiara Grouwstra 2021-04-06 09:37:31 +02:00
parent 379889c900
commit add6ae6d52
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"