Skip to content

dockette/vercel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockette / Vercel

▲ Docker image with preinstalled Node.js + Vercel for easy-to-use.

🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x


Usage

Basic

If you whatever reason don't want to use Vercel CLI.

docker run \ 
    -it \
    --rm \
    -v $(pwd)/srv \
    dockette/vercel \
    vercel -t [token] --scope [team] -c

Gitlab CI

If you whatever reason don't want to use Vercel for Gitlab.

stages:
 - deploy

develop:
  stage: deploy
  image: dockette/vercel
  only:
    - develop
  script:
    - vercel -t $VERCEL_TOKEN --scope $VERCEL_TEAM -c

production:
  stage: deploy
  image: dockette/vercel
  only:
    - master
  script:
    - vercel -t $VERCEL_TOKEN --scope $VERCEL_TEAM -c

Development

See how to contribute to this package.

This package is currently maintaining by these authors.


Consider to support f3l1x. Also thank you for using this package.

Releases

No releases published

Sponsor this project

 

Packages

No packages published