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
014432cb
Commit
014432cb
authored
May 11, 2020
by
Etienne Baqué
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactored ECS deploy template
parent
767950b4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
27 deletions
+27
-27
lib/gitlab/ci/templates/Deploy-ECS.gitlab-ci.yml
lib/gitlab/ci/templates/Deploy-ECS.gitlab-ci.yml
+1
-27
lib/gitlab/ci/templates/Jobs/Deploy/ECS.gitlab-ci.yml
lib/gitlab/ci/templates/Jobs/Deploy/ECS.gitlab-ci.yml
+26
-0
No files found.
lib/gitlab/ci/templates/Deploy-ECS.gitlab-ci.yml
View file @
014432cb
...
...
@@ -7,30 +7,4 @@ stages:
include
:
-
template
:
Jobs/Build.gitlab-ci.yml
.deploy_to_ecs
:
image
:
registry.gitlab.com/gitlab-org/cloud-deploy/aws-ecs:latest
script
:
-
ecs update-task-definition
review
:
extends
:
.deploy_to_ecs
stage
:
review
environment
:
name
:
review/$CI_COMMIT_REF_NAME
only
:
refs
:
-
branches
-
tags
except
:
refs
:
-
master
production
:
extends
:
.deploy_to_ecs
stage
:
production
environment
:
name
:
production
only
:
refs
:
-
master
-
template
:
Jobs/Deploy/ECS.gitlab-ci.yml
lib/gitlab/ci/templates/Jobs/Deploy/ECS.gitlab-ci.yml
0 → 100644
View file @
014432cb
.deploy_to_ecs
:
image
:
registry.gitlab.com/gitlab-org/cloud-deploy/aws-ecs:latest
script
:
-
ecs update-task-definition
review
:
extends
:
.deploy_to_ecs
stage
:
review
environment
:
name
:
review/$CI_COMMIT_REF_NAME
only
:
refs
:
-
branches
-
tags
except
:
refs
:
-
master
production
:
extends
:
.deploy_to_ecs
stage
:
production
environment
:
name
:
production
only
:
refs
:
-
master
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