This commit is contained in:
@@ -10,6 +10,6 @@ steps:
|
|||||||
from_secret: now_token # Refers to a secret in your drone repo titled "NOW_TOKEN"
|
from_secret: now_token # Refers to a secret in your drone repo titled "NOW_TOKEN"
|
||||||
settings:
|
settings:
|
||||||
secret: [now_token] # Refers to the above environment variable
|
secret: [now_token] # Refers to the above environment variable
|
||||||
deploy_name: peroxy_site # The name of your vercel project
|
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
|
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
|
directory: public # Only if you've pre-rendered the page. Normally you let vercel handle this
|
||||||
Reference in New Issue
Block a user