Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 493 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 493 Bytes

Zeit Now CLI GitHub Action

This action provides Zeit`s Now CLI as-is, bringing the same experience when using the CLI locally.

Example usage

Listing deployments

uses: umakers/zeit-now-cli@v1
env:
    VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
with:
    args: list # this will list deployments

Deploy to production

uses: umakers/zeit-now-cli@v1
env:
    VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
with:
    args: --prod # this will deploy to production