dev #1

Merged
fanxb merged 16 commits from dev into master 2022-09-24 11:10:31 +08:00
Showing only changes of commit 5d5a1924ff - Show all commits

View File

@ -14,6 +14,7 @@ steps:
commands: commands:
- echo $privateKey - echo $privateKey
- echo $privateKey > sshKey - echo $privateKey > sshKey
- sleep 40
- cat sshKey - cat sshKey
- ssh-add sshKey - ssh-add sshKey
- cd /app/BlogGenerate - cd /app/BlogGenerate