oef/aws/oef-pipeline.json

94 lines
3.4 KiB
JSON
Raw Normal View History

2020-02-29 11:45:22 +01:00
{
"pipeline": {
"name": "oef",
"roleArn": "arn:aws:iam::185273882442:role/service-role/AWSCodePipelineServiceRole-eu-central-1-oef",
"artifactStore": {
"type": "S3",
"location": "codepipeline-eu-central-1-790111279784"
},
"stages": [
{
"name": "Source",
"actions": [
{
"name": "Source",
"actionTypeId": {
"category": "Source",
"owner": "AWS",
"provider": "ECR",
"version": "1"
},
"runOrder": 1,
"configuration": {
"ImageTag": "latest",
"RepositoryName": "oef"
},
"outputArtifacts": [
{
"name": "SourceArtifact"
}
],
"inputArtifacts": [],
"region": "eu-central-1",
"namespace": "SourceVariables"
},
{
"name": "imagedefinitions",
"actionTypeId": {
"category": "Source",
"owner": "AWS",
"provider": "S3",
"version": "1"
},
"runOrder": 1,
"configuration": {
"PollForSourceChanges": "false",
"S3Bucket": "codepipeline-eu-central-1-790111279784",
"S3ObjectKey": "oef/SourceArti/imagedefinitions.zip"
},
"outputArtifacts": [
{
"name": "imagedefjson"
}
],
"inputArtifacts": [],
"region": "eu-central-1"
}
]
},
{
"name": "Deploy",
"actions": [
{
"name": "Deploy",
"actionTypeId": {
"category": "Deploy",
"owner": "AWS",
"provider": "ECS",
"version": "1"
},
"runOrder": 1,
"configuration": {
"ClusterName": "default",
"ServiceName": "oef-service"
},
"outputArtifacts": [],
"inputArtifacts": [
{
"name": "imagedefjson"
}
],
"region": "eu-central-1"
}
]
}
],
"version": 5
},
"metadata": {
"pipelineArn": "arn:aws:codepipeline:eu-central-1:185273882442:oef",
"created": "2020-02-29T11:15:29.906000+01:00",
"updated": "2020-02-29T11:39:18.093000+01:00"
}
}