Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WordPress plugin: JAMstack Deployments #5

Merged
merged 1 commit into from
Aug 26, 2019
Merged

Add WordPress plugin: JAMstack Deployments #5

merged 1 commit into from
Aug 26, 2019

Conversation

crgeary
Copy link
Contributor

@crgeary crgeary commented Aug 24, 2019

Title: WP JAMstack Deployments
Link: https://github.com/crgeary/wp-jamstack-deployments
Date: 02/06/2018

There are currently no solutions in the current list to trigger builds when you change content within WordPress. I built a plugin for Gatsby users (although works with other tools too) that will notify services like Netlify (and others) when content is changed.

@henrikwirth
Copy link
Owner

Hi @crgeary, thats a great idea and I actually also need this functionality in the project I am working on.

It would be great if you could give some images or a little video of how it works, as I couldn't find any in your Github-Repository or the WordPress Plugin page. Rather than posting it here, maybe add it directly to the plugins Github/WordPress pages.

Also, is it possible to create some sort of Trigger-Button? Let's say you don't want to trigger the rebuild on every post/page update, but rather do it, after you changed a couple of things. I build a little plugin for my use case with Gitlab, where you have an admin area with the trigger button and the Pipeline-Status badge. Does your plugin support badges in general? Would be also a great addition. I'm happy to help, if you consider developing you plugin any further :)

@henrikwirth henrikwirth merged commit 7b6becf into henrikwirth:master Aug 26, 2019
@crgeary
Copy link
Contributor Author

crgeary commented Aug 27, 2019

@henrikwirth thanks!

Absolutely, I will get some screenshots taken this week and add them to the README. Thanks for the suggestion.

There is a button that displays in the admin bar that you can use for manual deployments. You can choose which post types should trigger automatic changes, so you could turn them all off if you wanted to, and just do manual deploys. Or some combination of the two.

The plugin should support badges from anywhere. Although I have only tested Netlify badges so far, so would be good to know if it works with Gitlab if you ever try it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants