ci(docs-infra): rename 'upload-server' to 'preview-server'

The server no longer has files uploaded to it. Instead it is more
accurate to refer to it as dealing with "previews" of PRs.
This commit is contained in:
Pete Bacon Darwin
2018-08-15 13:47:45 +01:00
committed by Miško Hevery
parent 2f791ce68b
commit 1c34e02ae6
45 changed files with 270 additions and 267 deletions

View File

@ -1,2 +1,2 @@
aio-verify-setup
ls -t /var/log/aio/upload-server-verify* | head -1 | xargs cat
ls -t /var/log/aio/preview-server-verify* | head -1 | xargs cat