Skip to content

Commit

Permalink
fix: 🐛 Fix deployment of spotify-magician
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLambrecht committed Mar 20, 2020
1 parent d3e0fd5 commit 4193ab6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
needs: [test]
env:
NOW_TOKEN: ${{ secrets.NOW_TOKEN }}
NOW_ORG_ID: ${{ secrets.NOW_ORG_ID }}
NOW_PROJECT_ID: ${{ secrets.NOW_PROJECT_ID }}
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node_version }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
needs: [test]
env:
NOW_TOKEN: ${{ secrets.NOW_TOKEN }}
NOW_ORG_ID: ${{ secrets.NOW_ORG_ID }}
NOW_PROJECT_ID: ${{ secrets.NOW_PROJECT_ID }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_API_TOKEN }}
SENTRY_ORG: eric-lambrecht-m5
steps:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ yarn-error.log
dist/build.js.map
.idea/
.vscode/

.now

0 comments on commit 4193ab6

Please sign in to comment.