Skip to content

quickLinks: Add command for the getting started contributing guide #14

quickLinks: Add command for the getting started contributing guide

quickLinks: Add command for the getting started contributing guide #14

Workflow file for this run

name: Bot Deployment
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy to Production
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: akhileshns/heroku-deploy@v4
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
heroku_email: ${{secrets.HEROKU_EMAIL}}
branch: "master"