Skip to content

Commit

Permalink
Add add_ssh_keys step to .circleci/config.yml Close #228
Browse files Browse the repository at this point in the history
デプロイ用の鍵を追加させるタスクをCircleCI用の設定ファイルに追加する。
  • Loading branch information
ykzts committed Feb 27, 2017
1 parent 0992547 commit 2ac81e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -42,6 +42,7 @@ 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
Expand Down

0 comments on commit 2ac81e9

Please sign in to comment.