Skip to content

Commit 28a97e2

Browse files
committed
ci: fix environment url
1 parent 10c60cd commit 28a97e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.deployment/storefront-app/argoDeploy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
"environmentId" : "dev",
99
"environmentName" : "Development",
1010
"environmentType" : "staging",
11-
"environmentUrl" : "https://st-platform.dev.govirto.com/"
11+
"environmentUrl" : "https://st-storefront.dev.govirto.com/"
1212
},
1313
"qa": {
1414
"deployAppName": "storefront-qa",
1515
"deployBranch": "qa",
1616
"environmentId" : "qa",
1717
"environmentName" : "QA",
1818
"environmentType" : "testing",
19-
"environmentUrl" : "https://st-platform.qa.govirto.com/"
19+
"environmentUrl" : "https://st-storefront.qa.govirto.com/"
2020
},
2121
"prod": {
2222
"deployAppName": "storefront-demo",
2323
"deployBranch": "demo",
2424
"environmentId" : "demo",
2525
"environmentName" : "Demo",
2626
"environmentType" : "production",
27-
"environmentUrl" : "https://st-platform.demo.govirto.com/"
27+
"environmentUrl" : "https://st-storefront.demo.govirto.com/"
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)