From 15b4ae915fe279f0dc193a43c418bfc64424125d Mon Sep 17 00:00:00 2001 From: kookroach Date: Tue, 27 Dec 2022 00:01:31 +0100 Subject: [PATCH] Add '.drone.yml' --- .drone.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..555f198 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +--- +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_site # 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 \ No newline at end of file