1.7.2 โ€ข Published 4 years ago

wp-continuous-deployment v1.7.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

WP Continuous Deployment

DOWNLOADS Learn VSCode Follow @MrAhmadAwais on Twitter

DevOps free Continuous-Deployment pipeline for WordPress plugins with GitHub Actions.

๐Ÿ“Ÿ

Install

npx wp-continuous-deployment

โš™๏ธ

Usage

โฏ BEFORE

  1. Make sure your plugin is on WordPress.org
  2. Put your WordPress plugin on GitHub
  3. Clone the GitHub repo in your PC and browse it with command line
  4. Run npx wp-console-deployment in the root directory of the cloned GitHub repo
npx wp-continuous-deployment

โฏ ONE-TIME SETUP

  • Follow the instructions, set the slug of your plugin which is the last part of the URL, e.g., for my plugin wordpress.org/plugins/cf7-customizer/ the slug is cf7-customizer
  • Add you WordPress.org SVN username/password (it's the same credentials you use for login.WordPress.org) in your plugin's GitHub repository settings.
  • Go to https://github.com/owner/repo/settings/secrets make sure to change the owner/repo part.

secrets

โฏ AFTER

  1. All your plugin assets must have been downloaded in the .wordpress-org directory
  2. Now for each commit/push to master your assets & readme will get deployed (provided there are no other files modified. If other files are changed the build will be canceled)
  3. And for each new tag/push, a new version of the plugin will be deployed
  4. So, go ahead, make changes, git commit, and then run: git tag 2.0.0 && git push --tags โ€” considering 2.0.0 is the new version

๐Ÿ“

Changelog

โฏ Read the changelog here โ†’

KEY: ๐Ÿ“ฆ NEW, ๐Ÿ‘Œ IMPROVE, ๐Ÿ› FIX, ๐Ÿ“– DOC, ๐Ÿš€ RELEASE, and โœ… TEST

I use Emoji-log, you should try it and simplify your git commits.

๐Ÿ“ƒ

License & Conduct

๐Ÿ™Œ

Connect

๐Ÿ‘Œ

Sponsor

Me (Ahmad Awais) and my incredible wife (Maedah Batool) are two engineers who fell in love with open source and then with each other. You can read more about me here. If you or your company use any of my projects or like what Iโ€™m doing then consider backing me. I'm in this for the long run. An open-source developer advocate.

Or you can back me by checking out my super fun video course. As developers, we spend over 200 Hrs/month with our code editors โ€” it's only fair to learn your next editor deeply. This course will save you 15-20 hours every month. Become a VSCode Power User โ†’

VSCODE

VSCode Ahmad on Twitter

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago

0.9.2

4 years ago

0.9.0

4 years ago

0.9.1

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago