-
Notifications
You must be signed in to change notification settings - Fork 23
How to deploy?
Tim Ermilov edited this page Feb 25, 2020
·
3 revisions
- Add your data to
developbranch and push it to the repo - Open a pull request from
developbranch tomasterbranch- Use "New pull request" button in Github UI
- Base branch:
master, compare:develop - Describe what / why are you deploying
- Wait for all the checks to pass:
- Netlify preview might fail sometimes - it's still OK to merge so long as
buildcheck passes
- Netlify preview might fail sometimes - it's still OK to merge so long as
- (optional) Visually inspect deployed preview by clicking on Netlify PR status check
- Hit "Merge" button
After successful merge, the website will be automatically re-deployed to live domain in the next ~5-10 minutes.
This repo also includes scheduled Deploy Github Action.
It is triggered every Sunday at 00:00 from master branch.
This is required to updated papers on the website from .bib file since they are statically compiled on every deployment.