Skip to content

minor: Version 1.2.1

Latest
Compare
Choose a tag to compare
@devnetkc devnetkc released this 14 Sep 16:13
· 3 commits to master since this release
60c3c95

✨ 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 2.6+ -- 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
  • Do not run remote instances of VS Code while the script is running! If it is running, the next fetch will sweep up the changes.

How to Use

More information on how to use the script is available on the Wiki page -- How To Use

Updates

This release fixes a major bug in v1.2.0. See change log below for more details:

  • 🐛 git cmd to support older versions of git
  • ☑️ check dev branch gets pushed before deleting