rbrecruiter/.github/workflows/main.yml

18 lines
355 B
YAML

name: Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.3.6
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "sj-staffmanagement"
heroku_email: ${{secrets.HEROKU_EMAIL}}