Here are
242 public repositories
matching this topic...
Drone plugin for publishing Docker images using Docker-in-Docker
Drone plugin for deploying containers to Google Kubernetes Engine (GKE)
Drone plugin for executing remote ssh commands
Helm (Kubernetes) plugin for drone.io
A drone plugin to update a deployment on a kubernetes cluster
Updated
Sep 16, 2020
Shell
Drone plugin for managing deployments and services on Google App Engine (GAE)
Drone plugin for caching to a locally mounted volume
Updated
Jun 18, 2018
Shell
Copy files and artifacts via SSH using a binary, docker or Drone CI.
Drone plugin for triggering Terraform deployments
Drone plugin for sending Telegram notifications
Drone conversion extension to include/exclude pipelines and pipeline steps based on paths changed
Drone plugin for sending Slack notifications
Drone plugin for cloning Git repositories
Drone plugin for syncing files and directories to remote servers
Updated
Feb 8, 2021
Shell
Drone plugin for deploying code using git push
Drone plugin for creating and tagging GitHub releases
Drone plugin for triggering webhook notifications
Plugin for publishing coverage reports
Drone plugin for creating and tagging Gitea releases
Drone Plugin for Kubernetes
Drone plugin for sending message to Discord channel using Webhook
Drone plugin for trigger Jenkins jobs.
Drone plugin for sending email notifications
kubectl plugin for Drone CI
Updated
Jan 12, 2021
Shell
Drone plugin for publishing artifacts to Amazon S3
A continuous integration plugin that helps organize release information in slack
Updated
Mar 11, 2021
JavaScript
Caches build artifacts to S3 compatible storage backends
Drone plugin to trigger downstream repositories to build
Drone plugin to publish Hugo generated websites
Improve this page
Add a description, image, and links to the
drone-plugin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
drone-plugin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is your feature request related to a problem? Please describe.
I'm using drone-cache for a Rust project to cache the
targetdirectory, which contains compiled modules for all of my project's dependencies, so that the pipeline doesn't have to rebuild everything from scratch (it takes a looong time!). Unfortunately thetargetdirectory tends to grow very large (often several GBs), so I'd li