From f5c173995620f71e0a7002a381d85a9aa281f85f Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai Date: Sun, 7 Apr 2019 08:55:48 +0900 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 753a2e7..533212e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -498,7 +498,7 @@ Publish to executable file --- [dotnet publish](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish) to create executable file. -Here is the sample `.config.yml` of [Circle CI](http://circleci.com). +Here is the sample `.config.yml` of [CircleCI](http://circleci.com). ```yml version: 2.1 @@ -544,7 +544,7 @@ COPY --from=sdk /app . ENTRYPOINT ["dotnet", "MicroBatchFrameworkSample.dll"] ``` -And docker build, send to any container registory. Here is the sample of deploy AWS ECR by Circle CI. +And docker build, send to any container registory. Here is the sample of deploy AWS ECR by CircleCI. ```yml version: 2.1 @@ -558,7 +558,7 @@ workflows: repo: "microbatchsample" ``` -and set the `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_ECR_ACCOUNT_URL, AWS_REGION` environment variables on Circle CI. +and set the `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_ECR_ACCOUNT_URL, AWS_REGION` environment variables on CircleCI. for example, run by [AWS Batch](https://aws.amazon.com/jp/batch/), you can host easily and log can view on CloudWatch.