Skip to content

GitHub Action that provides Zeit`s Now CLI as-is

Notifications You must be signed in to change notification settings

umakers/zeit-now-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub Action that provides Zeit`s Now CLI as-is

Resources

Stars

Watchers

Forks

Packages

No packages published