Merge pull request 'add SSH_KEY' (#5) from mitch into develop
Reviewed-on: https://gitea.mitchecp.com/gitea/test/pulls/5
This commit is contained in:
commit
67c1f51422
@ -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