Skip to content

Commit 9789328

Browse files
Merge pull request #12 from PierreBrisorgueil/ciApiConf
ci(travis): add APi conf 👷🏼
2 parents 2899013 + 22d44f7 commit 9789328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ssh -p $sshPort $sshUser@$sshHost -o StrictHostKeyChecking=no "$( cat <<EOT
1414
git stash
1515
git pull
1616
npm i
17-
NODE_ENV=production npm run build
17+
NODE_ENV=production WAOS_VUE_api_protocol='${depApiProtocol}' WAOS_VUE_api_host='${depApiHost}' WAOS_VUE_api_port='${depApiPort}' npm run build
1818
echo "$(date -u) Deploy ${depProject} on node $(node -v) with npm $(npm -v)" >> ./deploy.log
1919
exit
2020
EOT

0 commit comments

Comments
 (0)