Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -26,7 +26,7 @@ deploy: # Set up SSH # Set up SSH - eval $(ssh-agent -s) - eval $(ssh-agent -s) - echo "$DEPLOY_SSH_KEY" | base64 -d | ssh-add - > /dev/null - echo "$DEPLOY_SSH_KEY" | base64 -d | ssh-add - > /dev/null - mkdir "$HOME/.ssh" - mkdir -p "$HOME/.ssh" - echo "$DEPLOY_HOSTKEY" | base64 -d >> "$HOME/.ssh/known_hosts" - echo "$DEPLOY_HOSTKEY" | base64 -d >> "$HOME/.ssh/known_hosts" # The native SSH support in docker/docker-compose is rather flaky: # The native SSH support in docker/docker-compose is rather flaky: # https://github.com/docker/compose/issues/8544 # https://github.com/docker/compose/issues/8544 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -26,7 +26,7 @@ deploy: # Set up SSH # Set up SSH - eval $(ssh-agent -s) - eval $(ssh-agent -s) - echo "$DEPLOY_SSH_KEY" | base64 -d | ssh-add - > /dev/null - echo "$DEPLOY_SSH_KEY" | base64 -d | ssh-add - > /dev/null - mkdir "$HOME/.ssh" - mkdir -p "$HOME/.ssh" - echo "$DEPLOY_HOSTKEY" | base64 -d >> "$HOME/.ssh/known_hosts" - echo "$DEPLOY_HOSTKEY" | base64 -d >> "$HOME/.ssh/known_hosts" # The native SSH support in docker/docker-compose is rather flaky: # The native SSH support in docker/docker-compose is rather flaky: # https://github.com/docker/compose/issues/8544 # https://github.com/docker/compose/issues/8544 Loading