Add ssh key to deploy with circleci

This commit is contained in:
Mathieu Magnin 2017-04-13 09:25:34 +02:00
parent 3c3d0fcfbd
commit 11455ce5bb

View file

@ -56,6 +56,9 @@ jobs:
- run:
name: Run haml-lint
command: bundle exec haml-lint app/views/
- add_ssh_keys:
fingerprints:
- "0a:67:42:7d:7e:b7:e1:3c:48:8f:bf:68:10:51:a8:44"
- deploy:
command: |
if [ "${CIRCLE_BRANCH}" == "staging" ]; then