🛠 Use read/write ssh key for deployment
This commit is contained in:
parent
11fdc221bd
commit
89ab92732e
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Configure git user
|
name: Configure git user
|
||||||
command: |
|
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"
|
git config --global user.name "Circle CI"
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue