WP Manifestindependent plugin directory
manifest / updates / b2-to-s3

My Basics Plugin

WordPress plugin **Continuous Delivery** to AWS S3. Bitbucket files are zipped and delivered to S3 on tag push.

by John Smith · github.com/praveendias1180/b2-to-s3 · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/praveendias1180/b2-to-s3/archive/refs/heads/master.zip

Declares an update source (https://example.com/my-plugin/), so updates arrive through the plugin's own updater.

From the readme

BB to S3 WordPress plugin Continuous Delivery to AWS S3. Zip the selected files and deliver the archive to a AWS S3 bucket on new tag push to Bitbucket private repository. Also the installed plugins will be able to see the update and pull the updated WordPress plugin. BitBucket Pipelines AWS S3 Delivered files from Bitbucket on tag push.

Read the full README on GitHub →