fix: fix automatic zeit deployment (#1734)
This reverts commit 767fbccaff
and
fixes #1732.
This commit is contained in:
parent
767fbccaff
commit
f6f2da2748
|
@ -65,6 +65,9 @@ matrix:
|
||||||
- env: BROWSER=chrome:headless COMMAND=test-browser-suite0
|
- env: BROWSER=chrome:headless COMMAND=test-browser-suite0
|
||||||
- env: BROWSER=chrome:headless COMMAND=test-browser-suite1
|
- env: BROWSER=chrome:headless COMMAND=test-browser-suite1
|
||||||
- env: COMMAND=test-unit
|
- env: COMMAND=test-unit
|
||||||
|
- env: COMMAND=deploy-all-travis
|
||||||
|
allow_failures:
|
||||||
|
- env: COMMAND=deploy-all-travis
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
|
@ -22,7 +22,7 @@ if [[ ! -z "$NOW_TOKEN" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# launch
|
# launch
|
||||||
URL=$($NOW_COMMAND -e SAPPER_TIMESTAMP=$(date +%s%3N))
|
URL=$($NOW_COMMAND --confirm -e SAPPER_TIMESTAMP=$(date +%s%3N))
|
||||||
|
|
||||||
# fixes issues with now being unavailable immediately
|
# fixes issues with now being unavailable immediately
|
||||||
sleep 60
|
sleep 60
|
||||||
|
|
Loading…
Reference in a new issue