Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 319 Bytes

DEPLOYMENT.md

File metadata and controls

21 lines (16 loc) · 319 Bytes

To get data from Google Spreadsheets and updating.

  !#/bin/bash
  set -e

  git checkout master
  gulp fetchData
  gulp concatenate

Commit the changes in the repository.

Merge the changes into gh-pages and push.

  git checkout gh-pages
  git merge master
  git push
  git checkout master