update versions

This commit is contained in:
Joerg Reichert 2023-04-02 13:28:57 +02:00
parent 9158da553d
commit 7bd27f42a0
294 changed files with 203127 additions and 170 deletions

17
.github/workflows/master.yaml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: CDNievas/heroku-action@v1.0
with:
heroku_email: "${{secrets.HEROKU_EMAIL"
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "stadtratmonitor"