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

Nightly Deployments without WordPress Changes #211

Open
tobiasriemenschneider opened this issue Jan 17, 2022 · 0 comments
Open

Nightly Deployments without WordPress Changes #211

tobiasriemenschneider opened this issue Jan 17, 2022 · 0 comments

Comments

@tobiasriemenschneider
Copy link

Every night at approximately the same time a Netlify Build/Deployement is triggered unnecessarily.
Since the page belongs to a small school the free tier of Netlify should be used, but these deployements are eating up build-minutes.

This is how it looks like in the Netlify Backend.
Bildschirmfoto 2022-01-17 um 06 39 23

Here the Plugin Configuration. Nothing special I would say.
Bildschirmfoto 2022-01-17 um 06 41 01

I tried to block all deployments using the gatsby_pre_log_action_monitor_action filter, as described here.

add_filter( 'gatsby_pre_log_action_monitor_action', function( $null, $log_data ) {

  // please don't deploy, ever! 🙏
  return false;

}, 10, 2 );

But the above did not stop those nighly deployments.

What is going on?
Is it a feature of the plugin?
Is there a way to stop it?

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

No branches or pull requests

1 participant