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"

2
.gitignore vendored
View file

@ -18,3 +18,5 @@ config/morph.yml
/coverage
.vagrant
/node_modules
/app/assets/builds/*
!/app/assets/builds/.keep

View file

@ -1 +1 @@
2.5.7
3.2.2

Some files were not shown because too many files have changed in this diff Show more