creator/.drone.yml
enricobuehler 0c7eedaee8
All checks were successful
continuous-integration/drone/push Build is passing
fix drone deploy
2023-06-25 22:01:29 +02:00

19 lines
305 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
- cd web
- /bin/sh deploy.sh