add SSH_KEY
This commit is contained in:
parent
0210e53008
commit
eec25e9bee
@ -14,6 +14,11 @@ steps:
|
||||
# 本番デプロイ
|
||||
deploy:
|
||||
image: alpine:latest
|
||||
|
||||
environment:
|
||||
SSH_KEY:
|
||||
from_secret: MITCHECP
|
||||
|
||||
commands:
|
||||
- apk add --no-cache openssh-client
|
||||
- mkdir -p ~/.ssh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user