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:
gitea 2026-07-06 23:35:59 +00:00
commit 67c1f51422

View File

@ -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