just another action

This commit is contained in:
Joerg Reichert 2023-04-02 14:12:53 +02:00
parent 31a6ade3f5
commit c5b75eb272

View file

@ -13,7 +13,7 @@ jobs:
# - 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: actions/heroku@main - uses: akhileshns/heroku-deploy@v3.12.13
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}}