This action provides Zeit`s Now CLI as-is, bringing the same experience when using the CLI locally.
uses: umakers/zeit-now-cli@v1
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
with:
args: list # this will list deployments
uses: umakers/zeit-now-cli@v1
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
with:
args: --prod # this will deploy to production