creator/.drone.yml
enricobuehler 7385b7ba41
All checks were successful
continuous-integration/drone Build is passing
add ci
add vercel deploy for web
2023-06-25 21:58:16 +02:00

18 lines
296 B
YAML

kind: pipeline
name: web
type: docker
steps:
- name: deploy web
image: node:alpine
environment:
IS_PROD: true
TOKEN:
from_secret: VERCEL_TOKEN
when:
branch:
- main
commands:
- npm install -g vercel@latest
- /bin/sh ./web/deploy.sh