Skip to content

Commit

Permalink
🎉 add cloudflare images sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Nov 12, 2024
1 parent 584a06c commit 37865c7
Show file tree
Hide file tree
Showing 7 changed files with 623 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ sync-images: sync-images.preflight-check
@echo '==> Syncing images to R2'
@. ./.env && ./devTools/docker/sync-s3-images.sh

sync-cloudflare-images:
@echo '==> Syncing images to Cloudflare'
@yarn syncCloudflareImages

refresh.full: refresh refresh.pageviews sync-images
@echo '==> Full refresh completed'
@make bake-images
Expand Down
Loading

0 comments on commit 37865c7

Please sign in to comment.