Update docs, execute deploy_site.sh when in shipyard directory

The script uses relative paths to source variable and
execute other scripts, so it's required to be within
the same directory when executing it.

Change-Id: I926eb029e4898a530f16276aa53b57f8aa9ba9cd
This commit is contained in:
Evgeny L 2019-01-07 22:39:54 +00:00
parent 7db4b789f2
commit 58035fb2ca
1 changed files with 2 additions and 1 deletions

View File

@ -900,7 +900,8 @@ Now deploy the site with shipyard:
::
sudo -E airship-shipyard/tools/deploy_site.sh
cd airship-shipyard/tools/
sudo -E ./deploy_site.sh
Estimated runtime: **1h30m**