Added environment var to pipeline

This commit is contained in:
Frank 2021-11-02 10:12:50 -04:00
parent 9deb3b161c
commit ad204a6b2f
2 changed files with 5 additions and 1 deletions

View file

@ -26,7 +26,7 @@ resources:
type: github
name: Safelite/AzureDevOps
endpoint: Safelite
ref: DigitalConsumer #refs/tags/t5.3.4
ref: refs/tags/t5.3.8
variables:
- group: Digital-Infrastructure
@ -74,3 +74,5 @@ stages:
clearFolder: true
deployFolder: ''
region: us-east-1
appDeployVariables:
__VUE_APP_CONSUMER_API_GATEWAY__: $(__VUE_APP_CONSUMER_API_GATEWAY__)

View file

@ -1,3 +1,5 @@
process.env.VUE_APP_CONSUMER_API_GATEWAY = "__VUE_APP_CONSUMER_API_GATEWAY__";
module.exports = {
outputDir: "dist/fmg",
publicPath: "/fmg",