Skip to content

Commit

Permalink
Merge pull request #140 from kaizendevsio/Development/Setup-Ci
Browse files Browse the repository at this point in the history
Updated workflow files
kaizendevsio authored Jun 30, 2024
2 parents 6846b44 + f4681e5 commit 8487dcd
Showing 7 changed files with 35 additions and 36 deletions.
10 changes: 5 additions & 5 deletions .workflows/community.service.yaml
Original file line number Diff line number Diff line change
@@ -78,8 +78,8 @@ stages:
displayName: 'Deploy to Staging'
dependsOn: BuildAndUpload
jobs:
- deployment: DeployCommunityServiceToStaging
displayName: 'Deploy Community Service to Staging'
- deployment: DeployStaging
displayName: 'Deploy Staging'
environment:
name: 'Staging'
tags: 'Staging'
@@ -174,8 +174,8 @@ stages:
displayName: 'Deploy to Production'
dependsOn: DeployToStaging
jobs:
- deployment: DeployCommunityServiceToProduction
displayName: 'Deploy Community Service to Production'
- deployment: DeployProduction
displayName: 'DeployProduction'
environment:
name: 'Production'
tags: 'Production'
@@ -263,4 +263,4 @@ stages:
Write-Host "Failed to start the service."
exit 1
}
}
}
10 changes: 5 additions & 5 deletions .workflows/gateway.service.yaml
Original file line number Diff line number Diff line change
@@ -78,8 +78,8 @@ stages:
displayName: 'Deploy to Staging'
dependsOn: BuildAndUpload
jobs:
- deployment: DeployCommunityServiceToStaging
displayName: 'Deploy Community Service to Staging'
- deployment: DeployStaging
displayName: 'Deploy Staging'
environment:
name: 'Staging'
tags: 'Staging'
@@ -174,8 +174,8 @@ stages:
displayName: 'Deploy to Production'
dependsOn: DeployToStaging
jobs:
- deployment: DeployCommunityServiceToProduction
displayName: 'Deploy Community Service to Production'
- deployment: DeployProduction
displayName: 'DeployProduction'
environment:
name: 'Production'
tags: 'Production'
@@ -263,4 +263,4 @@ stages:
Write-Host "Failed to start the service."
exit 1
}
}
}
10 changes: 5 additions & 5 deletions .workflows/identity.service.yaml
Original file line number Diff line number Diff line change
@@ -78,8 +78,8 @@ stages:
displayName: 'Deploy to Staging'
dependsOn: BuildAndUpload
jobs:
- deployment: DeployCommunityServiceToStaging
displayName: 'Deploy Community Service to Staging'
- deployment: DeployStaging
displayName: 'Deploy Staging'
environment:
name: 'Staging'
tags: 'Staging'
@@ -174,8 +174,8 @@ stages:
displayName: 'Deploy to Production'
dependsOn: DeployToStaging
jobs:
- deployment: DeployCommunityServiceToProduction
displayName: 'Deploy Community Service to Production'
- deployment: DeployProduction
displayName: 'DeployProduction'
environment:
name: 'Production'
tags: 'Production'
@@ -263,4 +263,4 @@ stages:
Write-Host "Failed to start the service."
exit 1
}
}
}
10 changes: 5 additions & 5 deletions .workflows/messaging.service.yaml
Original file line number Diff line number Diff line change
@@ -78,8 +78,8 @@ stages:
displayName: 'Deploy to Staging'
dependsOn: BuildAndUpload
jobs:
- deployment: DeployCommunityServiceToStaging
displayName: 'Deploy Community Service to Staging'
- deployment: DeployStaging
displayName: 'Deploy Staging'
environment:
name: 'Staging'
tags: 'Staging'
@@ -174,8 +174,8 @@ stages:
displayName: 'Deploy to Production'
dependsOn: DeployToStaging
jobs:
- deployment: DeployCommunityServiceToProduction
displayName: 'Deploy Community Service to Production'
- deployment: DeployProduction
displayName: 'DeployProduction'
environment:
name: 'Production'
tags: 'Production'
@@ -263,4 +263,4 @@ stages:
Write-Host "Failed to start the service."
exit 1
}
}
}
10 changes: 5 additions & 5 deletions .workflows/smsGateway.service.yaml
Original file line number Diff line number Diff line change
@@ -78,8 +78,8 @@ stages:
displayName: 'Deploy to Staging'
dependsOn: BuildAndUpload
jobs:
- deployment: DeployCommunityServiceToStaging
displayName: 'Deploy Community Service to Staging'
- deployment: DeployStaging
displayName: 'Deploy Staging'
environment:
name: 'Staging'
tags: 'Staging'
@@ -174,8 +174,8 @@ stages:
displayName: 'Deploy to Production'
dependsOn: DeployToStaging
jobs:
- deployment: DeployCommunityServiceToProduction
displayName: 'Deploy Community Service to Production'
- deployment: DeployProduction
displayName: 'DeployProduction'
environment:
name: 'Production'
tags: 'Production'
@@ -263,4 +263,4 @@ stages:
Write-Host "Failed to start the service."
exit 1
}
}
}
11 changes: 5 additions & 6 deletions .workflows/streamflow.service.yaml
Original file line number Diff line number Diff line change
@@ -78,8 +78,8 @@ stages:
displayName: 'Deploy to Staging'
dependsOn: BuildAndUpload
jobs:
- deployment: DeployCommunityServiceToStaging
displayName: 'Deploy Community Service to Staging'
- deployment: DeployStaging
displayName: 'Deploy Staging'
environment:
name: 'Staging'
tags: 'Staging'
@@ -174,8 +174,8 @@ stages:
displayName: 'Deploy to Production'
dependsOn: DeployToStaging
jobs:
- deployment: DeployCommunityServiceToProduction
displayName: 'Deploy Community Service to Production'
- deployment: DeployProduction
displayName: 'DeployProduction'
environment:
name: 'Production'
tags: 'Production'
@@ -263,5 +263,4 @@ stages:
Write-Host "Failed to start the service."
exit 1
}
}
}
10 changes: 5 additions & 5 deletions .workflows/wallets.service.yaml
Original file line number Diff line number Diff line change
@@ -78,8 +78,8 @@ stages:
displayName: 'Deploy to Staging'
dependsOn: BuildAndUpload
jobs:
- deployment: DeployCommunityServiceToStaging
displayName: 'Deploy Community Service to Staging'
- deployment: DeployStaging
displayName: 'Deploy Staging'
environment:
name: 'Staging'
tags: 'Staging'
@@ -174,8 +174,8 @@ stages:
displayName: 'Deploy to Production'
dependsOn: DeployToStaging
jobs:
- deployment: DeployCommunityServiceToProduction
displayName: 'Deploy Community Service to Production'
- deployment: DeployProduction
displayName: 'DeployProduction'
environment:
name: 'Production'
tags: 'Production'
@@ -263,4 +263,4 @@ stages:
Write-Host "Failed to start the service."
exit 1
}
}
}

0 comments on commit 8487dcd

Please sign in to comment.