Files
peroxy_site/.drone.yml
kookroach 4a963d1a73
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2022-12-27 00:17:04 +01:00

15 lines
697 B
YAML

---
kind: pipeline
name: default
steps:
- name: now
image: one000mph/drone-now # Use one000mph's version as lucaperret's is outdated
environment:
NOW_TOKEN:
from_secret: now_token # Refers to a secret in your drone repo titled "NOW_TOKEN"
settings:
secret: [now_token] # Refers to the above environment variable
deploy_name: peroxy-dev # The name of your vercel project
prod: true # Leave this if you want to deploy to production, remove to disable production
directory: public # Only if you've pre-rendered the page. Normally you let vercel handle this