So we have an environment that can't be accessed without a VPN and we want to use drone there but at this situation we can't use webhooks. Is it possible to make drone periodically check our scm and if there's new commit it should start doing its work?
Asked
Active
Viewed 128 times
1 Answers
1
You can use the CRON feature to periodically build. The documentation has more details here: https://docs.drone.io/cron/.
Alternatively, if the Drone server and runner are inside of a VPN, you could publish events to something like Amazon Web Services SQS to push the messages and then poll the SQS queue from inside of the VPN to ping the internal Drone server.

Jason M.
- 563
- 1
- 5
- 10