gl-react/scripts/deploy-cookbook.sh
Gaëtan Renaudeau 4600bcedd0 initial release
2016-12-02 10:55:17 +01:00

9 lines
145 B
Bash
Executable File

#!/bin/bash
set -e
cd `dirname $0`/..
cd cookbook
npm run build
cp build/index.html build/200.html
surge -p build -d gl-react-cookbook.surge.sh