Update now on CI
This commit is contained in:
@@ -75,13 +75,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install now CLI
|
name: Install now CLI
|
||||||
command: |
|
command: |
|
||||||
apk add wget
|
apk add --update npm
|
||||||
wget -q https://github.com/zeit/now-cli/releases/download/15.4.0/now-alpine.gz
|
npm install -g now@16.3.0
|
||||||
apk add gzip
|
|
||||||
gunzip now-alpine.gz
|
|
||||||
chmod a+x now-alpine
|
|
||||||
mv now-alpine /usr/local/bin/now
|
|
||||||
apk add libstdc++ libgcc
|
|
||||||
- run:
|
- run:
|
||||||
name: Publish to now.sh
|
name: Publish to now.sh
|
||||||
working_directory: my-site/public
|
working_directory: my-site/public
|
||||||
|
|||||||
Reference in New Issue
Block a user