mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Remove heroku deployment
This commit is contained in:
parent
0655502b0a
commit
8fa59ed7ff
1 changed files with 0 additions and 19 deletions
19
.github/workflows/github-actions.yml
vendored
19
.github/workflows/github-actions.yml
vendored
|
@ -22,25 +22,6 @@ jobs:
|
|||
with:
|
||||
name: blessed-rs-release-binary
|
||||
path: target/release/blessed-rs
|
||||
deploy_heroku:
|
||||
name: Deploy to Heroku
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Download binary artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: blessed-rs-release-binary
|
||||
path: target/release
|
||||
- name: Deploy to Heroku
|
||||
uses: akhileshns/heroku-deploy@v3.12.12
|
||||
with:
|
||||
heroku_api_key: ${{secrets.HEROKU_API_TOKEN}}
|
||||
heroku_app_name: "blessed-rs" #Must be unique in Heroku
|
||||
heroku_email: "nico@nicoburns.com"
|
||||
usedocker: true
|
||||
deploy_flyio:
|
||||
name: Deploy to Fly.io
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue