Skip to content

Releases: IlanVivanco/wp-deployment-action

Initial Release

24 Oct 16:20

Choose a tag to compare

This is the first release of the WordPress Deployment Action. 🚀

This GitHub Action allows you to seamlessly deploy code directly from GitHub to a WordPress environment hosted on Pressable or WP Engine using an SSH private key and the rsync command.

Key Features:

  • Flexible Deployment Options: Deploy the repository’s root directory by default or specify a directory using the SRC_PATH option. Customize the destination with the REMOTE_PATH option.
  • Cache Management and Syntax Checks: Enable cache purging with the CACHE_CLEAR flag and perform PHP syntax checks using the PHP_LINT flag.
  • Custom Commands: Execute custom commands on the server side with the SCRIPT option.
  • Easy SSH Setup: Generate and configure SSH keys for secure deployments.
  • Rsync Configuration: Use the .deployignore file to exclude certain files or directories from being deployed.

For more detailed information, please refer to the README.

Feel free to provide feedback or suggest improvements for the next release!