Delete unused workflow

This commit is contained in:
Miguel Nogueira 2020-08-31 18:38:49 +01:00 committed by GitHub
parent cd874c5f58
commit a32af7c464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
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}}