If you like managing your repository at Github, you’ll love Pressable’s WordPress hosting!
A while back, I migrated all my WordPress websites from WP Engine to Pressable. One thing I loved was WP Engine’s git deployment feature. I’m pleased to report that I like Pressable’s git feature even more!
The setup is much the same as WP Engine’s: Create a folder structure in the root of your repo with a wp-content folder. Inside that folder, put your “themes” and/or “plugins” folders. Then just go to configure your Pressable website to pull your master branch (or whichever git branch you choose)! That’s it! (Here’s an example Github repo you can use.)
Let me know if this helps you out!
More posts from themightymo.com
How to fix the “Warning: Class ‘Automattic\WooCommerce\StoreApi\Routes” issue in WordPress + WooCommerce
Today when I visited a customer’s website, I saw an error similar to this: etc. After trying all sorts of troubleshooting, the solution ended up being simple. Download a fresh copy of WooCommerce from WordPress.org and FTP it up to the server, replacing the existing WooCommerce files. Problem solved. Isn’t that nice? Many thanks to…
How to CSS rainbow text
Here’s a bit of plain CSS that’ll create rainbow text on your WordPress site or anywhere, really.
How to Restore a Deleted Amazon S3 Bucket
I ran into a rather serious issue recently: a human on my team (me) intentionally (but accidentally) deleted an Amazon S3 bucket that was serving files to a WordPress site. The solution to the problem follows: Cry when you realize you cannot restore a deleted S3 bucket. Search your computer, your co-workers’ computers, your former…