ci: fix unterminated quoted string error
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
5201bdf0f5
commit
63dac34b28
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@ steps:
|
|||
- "scp -r './light_docs_dev_staging' 'light@5.75.206.84:/home/light/'"
|
||||
|
||||
# Move to endpoint
|
||||
- "ssh -tt 'light@5.75.206.84' 'sudo rm -rf /home/light/light_docs_dev/*'"
|
||||
- "ssh -tt 'light@5.75.206.84' 'sudo mv /home/light/light_docs_dev_staging/* /home/light/light_docs_dev/'"
|
||||
- "ssh -tt 'light@5.75.206.84' 'sh -c \"sudo rm -rf /home/light/light_docs_dev/*'\""
|
||||
- "ssh -tt 'light@5.75.206.84' 'sh -c \"sudo mv /home/light/light_docs_dev_staging/* /home/light/light_docs_dev/'\""
|
||||
|
||||
# Remove staging
|
||||
- "ssh -tt 'light@5.75.206.84' 'sudo rm -rf /home/light/light_docs_dev_staging'"
|
||||
|
|
Loading…
Add table
Reference in a new issue