mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 07:43:13 +01:00
just another action
This commit is contained in:
parent
31a6ade3f5
commit
c5b75eb272
1 changed files with 1 additions and 1 deletions
2
.github/workflows/master.yaml
vendored
2
.github/workflows/master.yaml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
# - run: docker-compose build
|
||||
# - run: docker-compose run web rake db:setup
|
||||
# - run: docker-compose run web bin/run-tests
|
||||
- uses: actions/heroku@main
|
||||
- uses: akhileshns/heroku-deploy@v3.12.13
|
||||
with:
|
||||
heroku_email: ${{secrets.HEROKU_EMAIL}}
|
||||
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
|
||||
|
|
Loading…
Reference in a new issue