Added environment var to pipeline
This commit is contained in:
parent
9deb3b161c
commit
ad204a6b2f
2 changed files with 5 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ resources:
|
||||||
type: github
|
type: github
|
||||||
name: Safelite/AzureDevOps
|
name: Safelite/AzureDevOps
|
||||||
endpoint: Safelite
|
endpoint: Safelite
|
||||||
ref: DigitalConsumer #refs/tags/t5.3.4
|
ref: refs/tags/t5.3.8
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- group: Digital-Infrastructure
|
- group: Digital-Infrastructure
|
||||||
|
|
@ -74,3 +74,5 @@ stages:
|
||||||
clearFolder: true
|
clearFolder: true
|
||||||
deployFolder: ''
|
deployFolder: ''
|
||||||
region: us-east-1
|
region: us-east-1
|
||||||
|
appDeployVariables:
|
||||||
|
__VUE_APP_CONSUMER_API_GATEWAY__: $(__VUE_APP_CONSUMER_API_GATEWAY__)
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
process.env.VUE_APP_CONSUMER_API_GATEWAY = "__VUE_APP_CONSUMER_API_GATEWAY__";
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
outputDir: "dist/fmg",
|
outputDir: "dist/fmg",
|
||||||
publicPath: "/fmg",
|
publicPath: "/fmg",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue