mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-23 16:48:22 +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
|
||||
pwd
|
||||
|
||||
echo $NOW_JSON_CONTENTS > ~/.now.json
|
||||
|
||||
cd website
|
||||
|
||||
npm run build
|
||||
@ -16,4 +14,4 @@ NOW=`pwd`/node_modules/.bin/now
|
||||
|
||||
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