Correct CI formatting further
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2023-08-19 19:43:22 +01:00
parent 3d38d2448c
commit c947e3816b
1 changed files with 9 additions and 9 deletions

View File

@ -25,12 +25,12 @@ steps:
- main
commands:
- apt-get update -qq > /dev/null
- apt-get install ssh rsync -qq > /dev/null
- eval $(ssh-agent -s)
- mkdir -p ~/.ssh
- echo "$RSYNC_KEY" > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- ssh-add
- echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- rsync -rP public/ "$${USER}@$${HOST}:$${PATH}"
- apt-get update -qq > /dev/null
- apt-get install ssh rsync -qq > /dev/null
- eval $(ssh-agent -s)
- mkdir -p ~/.ssh
- echo "$RSYNC_KEY" > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- ssh-add
- echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- rsync -rP public/ "$${USER}@$${HOST}:$${PATH}"