Deploying to now.sh with Drone CI.
Use case examples:
For the usage information and a listing of the available options please take a look at the docs.
There are two ways to deploy.
Deploy the working directory to now.
docker run --rm \
-e NOW_TOKEN=xxxxxxx \
-e NOW_ALIAS=my-deployment-alias.now.sh \
-v $(pwd):$(pwd) \
-w $(pwd) \
lucap/drone-now
pipeline:
now:
image: lucap/drone-now
token: xxxxx
name: deployment-name
Content type
Image
Digest
Size
59.5 MB
Last updated
over 8 years ago
docker pull lucap/drone-now