techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

5.4K
active users

Mark Codes the Web

@codefoodpixels @eleventy is it possible to use this just to rebuild a site daily? I’m using an api to pull updated data from a feed and need the site to rebuild daily so it has the updated data. I was under the impression that I had to use GitHub actions for this. I found this repo with details github.com/Jinksi/netlify-buil.

Honey I just want the cleanest, easiest way to do this because I have 70 sites that will need to be rebuilt daily.

GitHubGitHub - Jinksi/netlify-build-github-actions: An example of triggering a Netlify build using Github Actions Scheduled EventsAn example of triggering a Netlify build using Github Actions Scheduled Events - GitHub - Jinksi/netlify-build-github-actions: An example of triggering a Netlify build using Github Actions Schedule...

@codefoodpixels thanks I feel like this will be much easier.

@MarkCodesTheWeb Yeah, I used to use the GitHub Actions route, but it was a pain if I didn't remember to re-enable the Action after 60 days

@MarkCodesTheWeb @codefoodpixels @eleventy You could also use just an IFTTT action! Netlify generates deploy webhooks that you can just trigger daily.

@uncenter @codefoodpixels @eleventy thanks this is what we’re doing. We built a CMS on another site that controls all the data for all these sites and we have a daily CRON job that triggers the build hook every morning.