How to update?
If your instance is fork-based (on the GitHub page it should say forked from Birdie0/discord-ifttt),
click Sync fork below Code button, then click Update branch button.
If project was cloned without fork reference (in case you used Deploy button) there's 2 ways to solve this:
-
Clone project locally or use GitHub Codespaces and push latest changes to it from main repository:
-
Open your fork on GitHub
-
Click Code, then Codespaces and Create Codespace on master
-
After it finishes loading, open Terminal by pressing Ctrl + ~
(~ is between Esc and Tab)
- Paste the commands there and press Enter,
you can copy whole block and paste it in terminal with right click:
git remote add upstream https://github.com/Birdie0/discord-ifttt.git
git fetch upstream
git rebase upstream/master
git push origin master
-
Delete repository and fork it.
-
Go to Settings, scroll to the bottom of the page, click Delete this repository button
-
After repository has been deleted, go to Birdie0/discord-ifttt
and click Fork button at the top
-
Go to the Vercel Dashboard, click on project, then Settings,
in list on the left click Git, under Connected Git Repository it should say that project is not linked,
click Reconnect and select from the list newly forked repository
-
After that you should be able to update the project using the very first method since it's now fork-based