mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01:00
new actions
This commit is contained in:
parent
a345c6d75a
commit
31a6ade3f5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/master.yaml
vendored
4
.github/workflows/master.yaml
vendored
|
@ -9,11 +9,11 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
# - run: docker-compose build
|
# - run: docker-compose build
|
||||||
# - run: docker-compose run web rake db:setup
|
# - run: docker-compose run web rake db:setup
|
||||||
# - run: docker-compose run web bin/run-tests
|
# - run: docker-compose run web bin/run-tests
|
||||||
- uses: CDNievas/heroku-action@v1.0
|
- uses: actions/heroku@main
|
||||||
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}}
|
||||||
|
|
Loading…
Reference in a new issue