We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d0813 commit 22a54c4Copy full SHA for 22a54c4
.github/workflows/deployment.yml
@@ -0,0 +1,16 @@
1
+name: Production Deploy
2
+
3
+on:
4
+ release:
5
+ types: [released]
6
7
+jobs:
8
+ build:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v2
12
+ - uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
13
+ with:
14
+ heroku_api_key: ${{secrets.HEROKU_API_KEY}}
15
+ heroku_app_name: "opencov-reloaded" #Must be unique in Heroku
16
+ heroku_email: "yknx.4.b@gmail.com"
0 commit comments