Only post when in production
All checks were successful
Push image to registry / build-image (push) Successful in 4m33s

This commit is contained in:
2025-06-07 15:42:52 +02:00
parent c98c704b16
commit 07e55d76e8

View File

@ -342,7 +342,9 @@ class InstagramRepostJob extends BrowserJob implements ShouldBeUniqueUntilProces
sleep(2); // Wait for the caption to be added
$this->clickNext($browser); // Share the post
if (config("app.environment") !== "local") { // Don't share the post in local environment
$this->clickNext($browser); // Share the post
}
sleep(5); // Wait for the post to be completed