We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d31bc commit 4345470Copy full SHA for 4345470
.github/workflows/prod.yml
@@ -5,7 +5,7 @@ on:
5
tags:
6
- v-*
7
8
-steps:
+jobs:
9
deployToProd:
10
name: 'Deploy to Netlify'
11
.github/workflows/stage.yml
@@ -8,9 +8,6 @@ jobs:
deployToStaging:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
- env:
12
- HEROKU_API_KEY: ${{ secrets.HEROKU_API_TOKEN }}
13
-
14
runs-on: ubuntu-latest
15
16
steps:
0 commit comments