Skip to content

Commit

Permalink
use release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
William Chang committed Nov 30, 2018
1 parent 4295889 commit d39991d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
branches:
only: master
only: release
docker:
- image: circleci/node:11.2
working_directory: ~/repo
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "version: 2\n\
jobs:\n\
build:\n\
branches:\n\
only: master" > config.yml
only: release" > config.yml
cd ..
cp index.html 404.html
git config --global user.email "[email protected]"
Expand Down

0 comments on commit d39991d

Please sign in to comment.