different ssh id
This commit is contained in:
parent
1f88e36305
commit
9d6625dfc8
|
@ -29,7 +29,7 @@ jobs:
|
||||||
Host staging
|
Host staging
|
||||||
HostName $SSH_HOST
|
HostName $SSH_HOST
|
||||||
User $SSH_USER
|
User $SSH_USER
|
||||||
IdentityFile /root/.ssh/id_stage
|
IdentityFile /root/.ssh/id_rsa
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
END
|
END
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue