Explore >> Select a destination


You are here

nalanj.dev
| | piszek.com
3.0 parsecs away

Travel
| | I have been relying on Github actions to publish my plugins to the .org repositiory for some now. It feels magical - you publish a release and it builds, zips and uploads the plugin wherever it needs to go. With WP Playground, you can take that process to another level - the moment you hitContinue reading "Live demo of your WP Plugin with GH releases and WP Playground"
| | cushionapp.com
2.9 parsecs away

Travel
| | I spent way too long trying to find out how to set up e2e testing with Vercel preview deploys, so I wrote a quick post to save others.
| | lewisdale.dev
1.8 parsecs away

Travel
| |
| | coornail.net
16.6 parsecs away

Travel
| Cloudfront enables you to host your static website via s3. You should set your root object to index.html to rewrite https://yourdomainname.com to https://yourdomainname.com/index.html for cleaner urls. However you might run into an issue of having subdirectories in your s3 bucket that you want to do the same for (for example on hosting a hugo blog). Unfortunately Cloudfront doesnt support this by default.