Commit 6ecce88d authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

fixed .gitlab-ci.yml

parent 9b8e7820
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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