Skip to content

Commit

Permalink
upgrade now-deployment to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Mar 3, 2020
1 parent ef22ecc commit d921e3e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: amondnet/now-deployment@v1
- uses: amondnet/now-deployment@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
zeit-token: ${{ secrets.ZEIT_TOKEN }}
now-args: '--prod'
env:
NOW_ORG_ID: ${{ secrets.NOW_ORG_ID }}
NOW_PROJECT_ID: ${{ secrets.NOW_PROJECT_ID }}
now-org-id: ${{ secrets.NOW_ORG_ID }}
now-project-id: ${{ secrets.NOW_PROJECT_ID }}

0 comments on commit d921e3e

Please sign in to comment.