Skip to content

Resets WordPress' rewrite rules (based on registered post types, etc) during Trellis deploys

License

Notifications You must be signed in to change notification settings

ItinerisLtd/trellis_flush_rewrite_rules_during_deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trellis_flush_rewrite_rules_during_deploy

Build Status GitHub tag license

Goal

Resets WordPress' rewrite rules (based on registered post types, etc) during Trellis deploys.

Minimum Requirements

Installation

Add this role to requirements.yml:

# requirements.yml
- src: itinerisltd.trellis_flush_rewrite_rules_during_deploy
  version: 0.1.0 # Check for latest version!

Add this role to the deploy_finalize_after hook:

# group_vars/all/deploy-hooks.yml
# Learn more on https://roots.io/trellis/docs/deploys/#hooks
deploy_finalize_after:
  - "{{ playbook_dir }}/vendor/roles/itinerisltd.trellis_flush_rewrite_rules_during_deploy/tasks/main.yml"

Note: You should put this role before purging caches, e.g: trellis-purge-wp-rocket-cache-during-deploy, trellis-purge-kinsta-cache-during-deploy, etc.

Usage

Deploy as usual. No special action needed.

This role executes $ wp rewrite flush during Trellis deploys.

FAQs

It looks awesome. Where can I find some more goodies like this?

This isn't on wp.org. Where can I give a ⭐️⭐️⭐️⭐️⭐️ review?

Thanks! Glad you like it. It's important to let my boss knows somebody is using this project. Instead of giving reviews on wp.org, consider:

Feedback

Please provide feedback! We want to make this library useful in as many projects as possible. Please submit an issue and point out what you do and don't like, or fork the project and make suggestions. No issue is too small.

Change Log

Please see CHANGELOG for more information on what has changed recently.

Security

If you discover any security related issues, please email hello@itineris.co.uk instead of using the issue tracker.

Credits

trellis_flush_rewrite_rules_during_deploy is a Itineris Limited project created by Tang Rufus.

Full list of contributors can be found here.

License

trellis_flush_rewrite_rules_during_deploy is licensed under the MIT License. Please see License File for more information.

About

Resets WordPress' rewrite rules (based on registered post types, etc) during Trellis deploys

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published