Add path in systemd environment

This commit is contained in:
anmol26s 2018-09-28 18:35:49 +05:30
parent 030d06442b
commit df340949a8

View file

@ -141,10 +141,10 @@ ynh_setup_source "$final_path"
cp ../conf/production.yaml "$final_path/config/production.yaml"
touch "$final_path/config/local-production.json"
(
cd "$final_path"
yarn install --production --pure-lockfile
)
cd "$final_path" && yarn install --production --pure-lockfile
#=================================================
# NGINX CONFIGURATION