Skip to content

minor: Version 1.0.2

Choose a tag to compare

@devnetkc devnetkc released this 31 Aug 13:06
· 15 commits to master since this release
7580a15

✨ Automate your WordPress and git repository release pipeline
If there's SSH & Git, you can sync WordPress and Azure DevOps using git.

Let your CI Pipeline manage getting those plugin updates from your unix WordPress server.

Requirements:

  • Web server have git capability -- think this is the most important one
  • A method to store your secrete variables such as
    • username
    • password/token
  • SSH access to execute scripts on WordPress server
    • note: cron can serve as a slower alternative to SSH
  • Some kind of CI pipeline or cron job to hook into after a branch update event triggers an agent to run the script remotely

Updates

This release fixes a major bug in v1.0.1, improves efficiencies in the script, and decreases the number of errors tossed from unnecessary actions.

  • ♻️💡 imp order of methods and properties and more line comments (#17)
  • 🐛 Remote boolean was being set in reverse! (#20)