Skip to content

Commit

Permalink
Fix "await-for-vercel-deployment" step (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest authored Jan 4, 2021
1 parent a1fb5a5 commit c0c07e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-vercel-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
runs-on: ubuntu-18.04
needs: start-production-deployment
steps:
- uses: actions/checkout@v1 # Get last commit pushed - See https://github.com/actions/checkout
- name: Resolving deployment url from Vercel
# Workflow overview:
# - Resolve customer to deploy from github event input (falls back to resolving it from vercel.json file)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-vercel-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
runs-on: ubuntu-18.04
needs: start-staging-deployment
steps:
- uses: actions/checkout@v1 # Get last commit pushed - See https://github.com/actions/checkout
- name: Resolving deployment url from Vercel
# Workflow overview:
# - Resolve customer to deploy from github event input (falls back to resolving it from vercel.json file)
Expand Down

0 comments on commit c0c07e8

Please sign in to comment.