drone-netlify

command module
v0.0.0-...-2f330ce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2023 License: BlueOak-1.0.0 Imports: 4 Imported by: 0

README

Drone plugin for deploying static websites to Netlify. This plugin is used to publish all static websites for the Drone project, including the official documentation.

Building

Build the plugin binary:

scripts/build.sh

Build the plugin image:

docker build -f docker/Dockerfile -t plugins/netlify .

Testing

Execute the plugin from your current working directory:

docker run --rm \
  -e PLUGIN_SITE=3970e0fe-8564-4903-9a55-c5f8de49fb8b \
  -e PLUGIN_PATH=./public \
  -e PLUGIN_TOKEN=your_oauth2_access_token \
  -e PLUGIN_DEBUG=true \
  -w /drone/src \
  -v $(pwd):/drone/src \
  plugins/netlify

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL