zachleat / speedlify

Benchmark the web performance and accessibility of sites over time.
https://www.speedlify.dev/
MIT License
922 stars 168 forks source link

What do I need to do to tell Netlify to build this periodically? #8

Closed NickColley closed 4 years ago

NickColley commented 4 years ago

I've managed to get my own fork published! So cool. How do I tell Netlify to build it every day?

NickColley commented 4 years ago

Or if it's literally just 'press the netlify rebuild button' if you want a new one, that's cool too.

zachleat commented 4 years ago

I use IFTTT, here’s my applet with my webhook url removed

image

NickColley commented 4 years ago

Ah okay, thought there might be a thing built into Netlify. Thank you!!

nhoizey commented 4 years ago

I also used IFTTT before for this, but I now use a Github Action so the configuration is in the same code repository.

I followed instructions here: https://ericjinks.com/blog/2019/netlify-scheduled-build/