Skip to content

updated the version of the action in the docs (#246) #368

updated the version of the action in the docs (#246)

updated the version of the action in the docs (#246) #368

Workflow file for this run

name: test now-deployment action
on:
push:
branches:
- master
pull_request_target:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: amondnet/now-deployment@v2.0.3
id: now-deployment
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
zeit-token: ${{ secrets.VERCEL_TOKEN }}
github-comment: false
now-org-id: ${{ secrets.VERCEL_ORG_ID }}
now-project-id: ${{ secrets.VERCEL_PROJECT_ID_STATIC }}
- name: preview-url
run: |
echo ${{ steps.now-deployment.outputs.preview-url }}