Skip to content

Commit

Permalink
Merge pull request #5 from storefront-community/circleci-deploy
Browse files Browse the repository at this point in the history
Update CircleCI configuration
  • Loading branch information
marxjmoura authored Aug 1, 2019
2 parents 17eae95 + 0fddc48 commit e6ae838
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
- run: git checkout --orphan gh-pages
- run: ls -A | grep -v ".git\|dist" | xargs rm -rf
- run: cp -r dist/* .
- run: git config --global user.name "$GIT_CONFIG_NAME"
- run: git config --global user.email "$GIT_CONFIG_EMAIL"
- run: git add .
- run: git commit -m "[skip ci] Deploy $CIRCLE_TAG"
- run: git push -f https://marxjmoura:[email protected]/storefront-community/menuboard.git HEAD:gh-pages
- run: git push -f https://$GITHUB_USER:[email protected]/storefront-community/menuboard.git HEAD:gh-pages
workflows:
version: 2.1
build_and_deploy:
Expand Down

0 comments on commit e6ae838

Please sign in to comment.