Skip to content

Migrate database update to Cloudflare Worker#37

Merged
MrOrz merged 3 commits intomainfrom
remove-sync-workflow
Jun 9, 2025
Merged

Migrate database update to Cloudflare Worker#37
MrOrz merged 3 commits intomainfrom
remove-sync-workflow

Conversation

@MrOrz
Copy link
Collaborator

@MrOrz MrOrz commented May 25, 2025

Changes

This PR migrates the database update functionality from GitHub Actions to the Cloudflare Worker project.

  • Removed GitHub Actions workflow .github/workflows/update-db.yaml
  • Removed scripts scripts/syncSiteRecord.ts and scripts/syncSiteAnnouncements.ts
  • Removed related NPM scripts from package.json
  • Updated documentation in README.md

The functionality is now handled by the Cloudflare Worker workflows in the open165-worker project:

  • SyncSiteRecordWorkflow - Syncs scam site records from 165 open data
  • SyncSiteAnnouncementWorkflow - Syncs announcements from 165 API

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented May 25, 2025

Deploying open165 with  Cloudflare Pages  Cloudflare Pages

Latest commit: c30cefa
Status: ✅  Deploy successful!
Preview URL: https://4f42e16a.site-9hb.pages.dev
Branch Preview URL: https://remove-sync-workflow.site-9hb.pages.dev

View logs

@MrOrz MrOrz force-pushed the remove-sync-workflow branch from f5137c8 to c30cefa Compare May 26, 2025 16:42
@MrOrz MrOrz merged commit 70e35cc into main Jun 9, 2025
3 checks passed
@MrOrz MrOrz deleted the remove-sync-workflow branch June 9, 2025 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant