mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
update versions
This commit is contained in:
parent
9158da553d
commit
7bd27f42a0
294 changed files with 203127 additions and 170 deletions
17
.github/workflows/master.yaml
vendored
Normal file
17
.github/workflows/master.yaml
vendored
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue