We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2899013 + 22d44f7 commit 9789328Copy full SHA for 9789328
scripts/deploy-travis.sh
@@ -14,7 +14,7 @@ ssh -p $sshPort $sshUser@$sshHost -o StrictHostKeyChecking=no "$( cat <<EOT
14
git stash
15
git pull
16
npm i
17
- NODE_ENV=production npm run build
+ NODE_ENV=production WAOS_VUE_api_protocol='${depApiProtocol}' WAOS_VUE_api_host='${depApiHost}' WAOS_VUE_api_port='${depApiPort}' npm run build
18
echo "$(date -u) Deploy ${depProject} on node $(node -v) with npm $(npm -v)" >> ./deploy.log
19
exit
20
EOT
0 commit comments