更新.gitlab-ci.yml文件
This commit is contained in:
@@ -7,6 +7,7 @@ before_script:
|
||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
||||
- mkdir -p ~/.ssh
|
||||
- chmod 700 ~/.ssh
|
||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||
|
||||
deploy_job:
|
||||
stage: deploy
|
||||
|
||||
Reference in New Issue
Block a user