stadtratmonitor/.github/workflows/master.yaml
Workflow config file is invalid. Please check your config file: yaml: line 17: did not find expected key
Joerg Reichert dababc867d fix action
2023-04-02 13:37:13 +02:00

20 lines
No EOL
482 B
YAML

name: Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- 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
with:
heroku_email: "${{secrets.HEROKU_EMAIL}}
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "stadtratmonitor"