Skip to content

Commit

Permalink
ci: explicitly specify repo for deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Sep 2, 2019
1 parent 65f0372 commit 8e7fce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"githubPages": "npm run genDocs && ng deploy --base-href=/rss-reader/ --no-silent=true && rm -rf dist/",
"githubPages": "npm run genDocs && ng deploy --base-href=/rss-reader/ && rm -rf dist/",
"githubPages2": "npm run build && ngh && rm -rf dist/",
"genDocs": "gulp docs",
"build": "ng build --prod --base-href /rss-reader/ --deploy-url /rss-reader/",
"build-prod-local": "ng build -c=httpserver --prod && cd dist && http-server",
"deploy": "ng deploy",
"action:deploy": "GH_TOKEN=$GH_TOKEN ng deploy"
"action:deploy": "ng deploy --repo https://x-access-token:GH_TOKEN@github.com/EdricChan03/rss-reader.git"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 8e7fce5

Please sign in to comment.