🛠 Use read/write ssh key for deployment

This commit is contained in:
Dan Jones 2018-01-22 13:16:14 -06:00
commit 89ab92732e

View file

@ -11,7 +11,8 @@ jobs:
- run:
name: Configure git user
command: |
git config --global user.email "ci@medology.com"
echo "$GITHUB_SSH_KEY" | base64 --decode -i > ~/.ssh/id_rsa
git config --global user.email "ci@danielrayjones.com"
git config --global user.name "Circle CI"
- run:
name: Install dependencies