/snowfall_scraper

Primary LanguageShellMIT LicenseMIT

snowfall_scraper

install

  • npm install

run

  • npm run prod (this will write to snowfall_scraper.json).

deploy

First, do a regular commit. Then tag a new commit with prod. This will tell Jenkins to fetch the tag. In other words:

git tag -a prod -f -m 'prod'
git push -f --tags

reading