Skip to content

Commit

Permalink
ci: revert to previous syntax for deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Dec 22, 2019
1 parent e5930a7 commit 837dc10
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 @@ -14,8 +14,8 @@
"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": "ng deploy --repo https://github.com/EdricChan03/rss-reader.git --name $GITHUB_ACTOR --email $GITHUB_ACTOR@users.noreply.github.com --no-silent",
"action:deployDryRun": "ng deploy --repo=https://github.com/EdricChan03/rss-reader.git --name=$GITHUB_ACTOR --email=$GITHUB_ACTOR@users.noreply.github.com --no-silent --no-build"
"action:deploy": "ng deploy --repo https://x-access-token:GH_TOKEN@github.com/$GITHUB_REPOSITORY.git --name $GITHUB_ACTOR --email $GITHUB_ACTOR@users.noreply.github.com --no-silent",
"action:deployDryRun": "ng deploy --repo=https://x-access-token:GH_TOKEN@github.com/$GITHUB_REPOSITORY.git --name=$GITHUB_ACTOR --email=$GITHUB_ACTOR@users.noreply.github.com --no-silent --no-build"

This comment has been minimized.

Copy link
@JohannesHoppe

JohannesHoppe Jan 5, 2020

Good idea to use the old replace functionally to inject the GITHUB_TOKEN here! =)

Are you interested in helping out as an maintainer on angular-cli-ghpages?

},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 837dc10

Please sign in to comment.