Skip to content

Do I need to update my deployment? #149

Answered by ignoramous
HotCakeX asked this question in Q&A
Discussion options

You must be logged in to vote

For Cloudflare Workers, you don't really have to update often, but I'd suggest updating it at least once a year. For deployments to Fly.io, I'd suggest keeping in sync with this repo, as performance improvements and optimizations are still on-going.

You should consider however re-deploying (the same code even) weekly / monthly to get the latest blocklists (which are updated on 1st / 8th / 16th / 24th of every month).

For example, to deploy to Cloudflare Workers on 2nd / 9th / 17th / 25th, add to your cf.yml (or equivalent github actions config):

on:
  schedule:
    # why? github.com/serverless-dns/blocklists/blob/fe92d9b/.github/workflows/createUploadBlocklistFilter.yml#L5-L6
    # at 1:5…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@suricloud
Comment options

@ignoramous
Comment options

Answer selected by HotCakeX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants