Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e03cb66e
Commit
e03cb66e
authored
Aug 13, 2020
by
Etienne Baqué
Committed by
Marcel Amirault
Aug 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add link to AWS private registry creds
parent
b2639156
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
doc/ci/cloud_deployment/index.md
doc/ci/cloud_deployment/index.md
+3
-0
No files found.
doc/ci/cloud_deployment/index.md
View file @
e03cb66e
...
...
@@ -168,6 +168,9 @@ After you have these prerequisites ready, follow these steps:
1.
Commit and push your updated
`.gitlab-ci.yml`
to your project's repository, and you're done!
Your application Docker image will be rebuilt and pushed to the GitLab registry.
If your image is located in a private registry, make sure your task definition is
[
configured with a `repositoryCredentials` attribute
](
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/private-auth.html
)
.
Then the targeted task definition will be updated with the location of the new
Docker image, and a new revision will be created in ECS as result.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment