Replies: 1 comment
-
Hi! Sorry for the late reply. Yes, this is possible. Create the following file <?php
$app->on('content.item.save', function() {
// trigger your CI, eg via curl
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I have just found out about Cockpit, it seems great but I did not try it yet. After having a look at the website I have one question.
With the base/free version is there the possibility to trigger a build in a CI environment (GitHub, Netlify, etc.) after editing the content? In other words, can this be used in conjunction with Static Site Generators?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions