Skip to content

Latest commit

 

History

History

vercel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

tested-with-dagger-version

Deploy to Vercel

This module aims to deploy your projects to Vercel

Usage

Deploy to Vercel

dagger call vercel-deploy --current-workdir my/project/workdir --token env:VERCEL_TOKEN

List available sites

dagger call vercel-list --current-workdir my/project/workdir --token env:VERCEL_TOKEN

Remove a deployment

dagger call vercel-remove --current-workdir my/project/workdir --token env:VERCEL_TOKEN --deployment-url https://app-my-project-id.vercel.app

Todo

Command Done
Deploy a project to Vercel
List recent deployments for the current Vercel Project
Build a Vercel Project locally or in a CI environment
Remove a deployment