Back to all Bounties
Earn 2,070 ($20.70)
due 2 years ago
Completed
Update Repl based on a Git Repo updating
triptych
Details
Applications
2
Discussion
This Bounty has been completed!
Bounty Description
Problem Description
This is really a core feature I hope Replit does soon, but until then let's do a Bounty!
All I want is an example of a simple repl that 'listens' ( I am not sure how - webhooks?) to a github repo every set interval and if that repo ( say 'main' branch) changes, the repl pulls in that change and republishes itself ( rate limited of course)
Acceptance Criteria
Be specific about what you want in the solution here.
Create a simple repl of a static website. Connect that to a github repo. When something new is pushed to the main
branch of the repo, the repl gets a notification say via webhook or something and updates itself and publishes an update.