Update docs, ensure that env variables passed when running under sudo

Change-Id: I69b27c91f21052051095582d7838f998903904c5
This commit is contained in:
Evgeny L 2018-12-26 21:39:29 +00:00
parent 81fcbebe9f
commit 4505f0739f
1 changed files with 3 additions and 3 deletions

View File

@ -524,7 +524,7 @@ Now, create an output directory for Promenade bundles and run the
::
mkdir ${NEW_SITE}_bundle
sudo airship-promenade/tools/simple-deployment.sh ${NEW_SITE}_collected ${NEW_SITE}_bundle
sudo -E airship-promenade/tools/simple-deployment.sh ${NEW_SITE}_collected ${NEW_SITE}_bundle
Estimated runtime: About **1 minute**
@ -893,7 +893,7 @@ Next, run the deckhand\_load\_yaml.sh script as follows:
::
sudo airship-shipyard/tools/deckhand_load_yaml.sh ${NEW_SITE} ${NEW_SITE}_collected
sudo -E airship-shipyard/tools/deckhand_load_yaml.sh ${NEW_SITE} ${NEW_SITE}_collected
Estimated runtime: **3m**
@ -901,7 +901,7 @@ Now deploy the site with shipyard:
::
sudo airship-shipyard/tools/deploy_site.sh
sudo -E airship-shipyard/tools/deploy_site.sh
Estimated runtime: **1h30m**