Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
fix: install surge in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwei98 committed May 28, 2018
1 parent 9832e6b commit a21d9c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 299 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
# I am a front end hipster after all. ~_^
name: Deploy to Surge.sh
command: |
cd ./dist/dist
cd ./dist/dist/
yarn global add surge
echo "testing.linkidol.pro" >> CNAME # add custom domain
surge --project ./ --domain linkidol-eth-testing.surge.sh
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"rimraf": "^2.6.0",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"surge": "^0.20.1",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^0.5.8",
"vue-loader": "^13.3.0",
Expand Down
Loading

0 comments on commit a21d9c0

Please sign in to comment.