Skip to content

Commit

Permalink
Add add_ssh_keys step to .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Feb 27, 2017
1 parent 0992547 commit 9a3e276
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
- run:
name: Post-Test
command: cat ./coverage/lcov.info | $(yarn bin)/coveralls || echo "1"
- add_ssh_keys
- deploy:
command: |
if echo $(git describe) | grep -Eq "^v[[:digit:]](\\.[[:digit:]]+)*$"; then
#if echo $(git describe) | grep -Eq "^v[[:digit:]](\\.[[:digit:]]+)*$"; then
./scripts/deploy.sh
fi
#fi

0 comments on commit 9a3e276

Please sign in to comment.