Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37ef673

Browse files
committed
Update cd examples
1 parentb9e4482 commit37ef673

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎_docs/example-catalog/cd-examples/amazon-ecs.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ max-width="100%"
2525

2626

2727
1. Configure an ECS (or Fargate) Cluster with at least one running instance.
28-
1. Configure an ECS Service and Task Definition with a reference to**the image that you are going to build and push.** See[the official amazon docs](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html) for more details.
29-
1. Connect your[ECR to Codefresh]({{site.baseurl}}/docs/docker-registries/external-docker-registries/amazon-ec2-container-registry/) so that it can be used by name in Codefresh pipelines.
28+
1. Configure an ECS Service and Task Definition with a reference to**the image that you are going to build and push.** See[the official amazon docs](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html){:target="\_blank"} for more details.
29+
1. Connect your[ECR to Codefresh]({{site.baseurl}}/docs/integrations/docker-registries/amazon-ec2-container-registry/) so that it can be used by name in Codefresh pipelines.
3030
1. Verify you have AWS Credentials (`AWS_ACCESS_KEY_ID`,`AWS_SECRET_ACCESS_KEY`), with the following privileges:
3131

3232
`JSON`
@@ -109,7 +109,7 @@ This pipeline does the following:
109109

110110
1. Clones the source code with a[Git clone step]({{site.baseurl}}/docs/pipelines/steps/git-clone/)
111111
1. Uses a[build step]({{site.baseurl}}/docs/pipelines/steps/build/) to create a Docker image
112-
1. Uses a[push step]({{site.baseurl}}/docs/cpipelines/steps/push/) to push the docker image to ECR. The registry was previously[connectedin Codefresh]({{site.baseurl}}/docs/docker-registries/external-docker-registries/) with the`ecr` identifier.
112+
1. Uses a[push step]({{site.baseurl}}/docs/pipelines/steps/push/) to push the docker image to ECR. The registry was previously[connectedto Codefresh]({{site.baseurl}}/docs/integrations/docker-registries/amazon-ec2-container-registry/) with the`ecr` identifier.
113113
1. Runs`codefreshplugins/cf-deploy-ecs` to perform the actual deployment
114114

115115

@@ -144,13 +144,13 @@ The `codefreshplugins/cf-deploy-ecs` step performs the following:
144144
* The`cfecs-update` command exits with a timeout error if after --timeout (default = 900s)`runningCount` does not equal`desiredCount`
145145
* The`cfecs-update` exits with an error if --max-failed (default = 2) or more ECS tasks were stopped with error for the task definition that you are deploying. ECS continuously retries failed tasks.
146146

147-
You can also find the same step in the form of a[Codefresh plugin](https://codefresh.io/steps/step/ecs-deploy).
147+
You can also find the same step in the form of a[Codefresh plugin](https://codefresh.io/steps/step/ecs-deploy){:target="\_blank"}.
148148

149149
##Related articles
150-
[CI/CD pipeline examples]({{site.baseurl}}/docs/example-catalog/examples/#cd-examples)
150+
[CD pipeline examples]({{site.baseurl}}/docs/example-catalog/examples/#cd-examples)
151151
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
152152
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
153153
[Creating pipelines]({{site.baseurl}}/docs/pipelines/pipelines/)
154-
[ExternalRegistries]({{site.baseurl}}/docs/integration/docker-registries/)
154+
[Externalregistries]({{site.baseurl}}/docs/integrations/docker-registries/)
155155

156156

‎_docs/example-catalog/cd-examples/elastic-beanstalk.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ max-width="40%"
134134

135135

136136
##Related articles
137-
[CI/CD pipeline examples]({{site.baseurl}}/docs/example-catalog/examples/#cd-examples)
137+
[CD pipeline examples]({{site.baseurl}}/docs/example-catalog/examples/#cd-examples)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp