This commit is contained in:
parent
6c16d0198e
commit
756b5aee81
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ 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 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/'
|
||||
|
||||
# Remove staging
|
||||
|
|
Loading…
Add table
Reference in a new issue