This commit is contained in:
fanxb 2022-09-24 15:11:33 +08:00
parent 1266d75657
commit e1311e1b76

View File

@ -13,7 +13,8 @@ steps:
from_secret: privateSsh
commands:
- echo $privateKey
- echo $privateKey>sshKey
- echo $privateKey > sshKey
- cat sshKey
- ssh-add sshKey
- cd /app/BlogGenerate
- ls -l