Update out of date environment value
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2023-08-19 21:09:37 +01:00
parent 5b82332496
commit c9b97e0a60
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ steps:
- chmod 600 ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa
- ssh-add - ssh-add
- echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- rsync -rP public/ "$${USER}@$${HOST}:$${PATH}" - rsync -rP public/ "$${USER}@$${HOST}:$${SITE_PATH}"