mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
Deploy website using NOW_TOKEN
This commit is contained in:
parent
ba3fb1a7ee
commit
22b26ff6af
@ -6,8 +6,6 @@ set -e
|
|||||||
# show where we are on the machine
|
# show where we are on the machine
|
||||||
pwd
|
pwd
|
||||||
|
|
||||||
echo $NOW_JSON_CONTENTS > ~/.now.json
|
|
||||||
|
|
||||||
cd website
|
cd website
|
||||||
|
|
||||||
npm run build
|
npm run build
|
||||||
@ -16,4 +14,4 @@ NOW=`pwd`/node_modules/.bin/now
|
|||||||
|
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
$NOW --force && sleep 5 && $NOW alias
|
$NOW -t $NOW_TOKEN --force && sleep 5 && $NOW alias
|
||||||
|
Loading…
x
Reference in New Issue
Block a user