-
Notifications
You must be signed in to change notification settings - Fork 22
How to deploy?
Tim Ermilov edited this page Feb 25, 2020
·
3 revisions
- Add your data to
develop
branch and push it to the repo - Open a pull request from
develop
branch tomaster
branch- 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
build
check 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.