Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #20 from lakhanmandloi/dev
Browse files Browse the repository at this point in the history
Issue #13 feat: CircleCI Integration - config file - Update prod deployment repo & branch
  • Loading branch information
Lakhan Mandloi authored Nov 2, 2017
2 parents 7165dd2 + 6797762 commit 4fd5053
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@ jobs:
cd ..
mkdir deploy
cd deploy
git clone [email protected]:lakhanmandloi/sunbird-commons.git
cd sunbird-commons
git checkout gh-pages
git clone [email protected]:project-sunbird/project-sunbird.github.io.git
cd project-sunbird.github.io
git checkout master
cp -R .git/ ../
rm -rf *
cd ..
cp -R ../downloads/* sunbird-commons/
cp -R .git/ sunbird-commons/
cd sunbird-commons/
cp -R ../downloads/* project-sunbird.github.io/
cp -R .git/ project-sunbird.github.io/
cd project-sunbird.github.io/
git add -A
git commit -m "$CIRCLE_TAG"
git push origin gh-pages
git push origin master
workflows:
version: 2
Expand Down

0 comments on commit 4fd5053

Please sign in to comment.