Skip to content

Commit

Permalink
Create argoDeploy.json (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorfield4 authored Jun 9, 2021
1 parent 2c58b11 commit aa89da2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions argoDeploy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"artifactKey": "VirtoCommerce.Core",
"deployRepo": "vc-deploy-dev",
"dev": {
"deployAppName": "vcplatform-dev",
"deployBranch": "dev"
},
"qa": {
"deployAppName": "vcplatform-qa",
"deployBranch": "qa"
},
"cmPath": "platform-dev/resources/deployment-cm.yaml"
}

0 comments on commit aa89da2

Please sign in to comment.