Skip to content

Missing newline at the end of a log message. #187

Missing newline at the end of a log message.

Missing newline at the end of a log message. #187

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build release Docker image
run: docker build -f release.Dockerfile . -t coqbot
- name: Install Heroku CLI
run: curl https://cli-assets.heroku.com/install.sh | sh
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: coqbot
heroku_email: ${{secrets.HEROKU_EMAIL}}
usedocker: true