Skip to content
Snippets Groups Projects
Verified Commit 25d68d8e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix YAML syntax.

parent 838dc8b1
No related branches found
No related tags found
No related merge requests found
Pipeline #164 passed
...@@ -23,4 +23,4 @@ deploy_naturalnet: ...@@ -23,4 +23,4 @@ deploy_naturalnet:
- echo "$SSH_KNOWN_HOSTS" >~/.ssh/known_hosts - echo "$SSH_KNOWN_HOSTS" >~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
script: script:
- rsync -avzh --delete output/* $SSH_USERNAME@$SSH_HOST: - 'rsync -avzh --delete output/* $SSH_USERNAME@$SSH_HOST:'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment