mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
fix action
This commit is contained in:
parent
7bd27f42a0
commit
dababc867d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/master.yaml
vendored
5
.github/workflows/master.yaml
vendored
|
@ -10,8 +10,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- run: docker-compose build
|
||||||
|
- run: docker-compose run web rake db:setup
|
||||||
|
- run: docker-compose run web bin/run-tests
|
||||||
- uses: CDNievas/heroku-action@v1.0
|
- uses: CDNievas/heroku-action@v1.0
|
||||||
with:
|
with:
|
||||||
heroku_email: "${{secrets.HEROKU_EMAIL"
|
heroku_email: "${{secrets.HEROKU_EMAIL}}
|
||||||
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
|
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
|
||||||
heroku_app_name: "stadtratmonitor"
|
heroku_app_name: "stadtratmonitor"
|
Loading…
Reference in a new issue