Skip to content

Commit

Permalink
update deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
mradkov committed Jan 8, 2020
1 parent 802c13b commit 06fa37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ npm install && \
NODE_ENV=prod npm run build && \
cd dist/ && \
git init && \
git remote add origin [email protected]:mradkov/tip-aggregator.git && \
git remote add origin [email protected]:aeternity/aepp-raendom.git && \
git checkout -b gh-pages && \
git add * && \
git commit -m "tip-aggregator ${GIT_REV} deployment to gh-pages" && \
Expand Down

0 comments on commit 06fa37b

Please sign in to comment.