mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
set host
This commit is contained in:
parent
0511635443
commit
5506939678
4 changed files with 32 additions and 23 deletions
23
.github/workflows/master.yaml
vendored
23
.github/workflows/master.yaml
vendored
|
@ -1,23 +0,0 @@
|
|||
name: Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: 'master'
|
||||
# - run: docker-compose build
|
||||
# - run: docker-compose run web rake db:setup
|
||||
# - run: docker-compose run web bin/run-tests
|
||||
- uses: akhileshns/heroku-deploy@v3.12.13
|
||||
with:
|
||||
branch: "master"
|
||||
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