Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
876
Issues
876
List
Boards
Labels
Service Desk
Milestones
Merge Requests
52
Merge Requests
52
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
cb6d64cb
Commit
cb6d64cb
authored
59 minutes ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix): use correct service name with deployments
parent
07a087a5
master
No related merge requests found
Pipeline
#78464905
waiting for delayed job with stages
in 51 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.gitlab-ci.yml
.gitlab-ci.yml
+4
-1
No files found.
.gitlab-ci.yml
View file @
cb6d64cb
...
...
@@ -246,7 +246,7 @@ review:stop:
-
docker tag $CI_REGISTRY_IMAGE/front-init:$CI_BUILD_REF $ECR_REPOSITORY_URL:$IMAGE_LABEL
-
docker push $ECR_REPOSITORY_URL:$IMAGE_LABEL
## Deploy the new container in rolling restart
-
aws ecs update-service --service=$ECS_
APP_STAGING_
SERVICE --force-new-deployment --region us-east-1 --cluster=$ECS_CLUSTER
-
aws ecs update-service --service=$ECS_SERVICE --force-new-deployment --region us-east-1 --cluster=$ECS_CLUSTER
## Update sentry
-
sentry-cli releases deploys $CI_COMMIT_SHA new -e $IMAGE_LABEL
dependencies
:
...
...
@@ -262,6 +262,7 @@ staging:fpm:
stage
:
deploy:staging
variables
:
IMAGE_LABEL
:
"
staging"
ECS_SERVICE
:
$ECS_APP_STAGING_SERVICE
environment
:
name
:
staging
url
:
https://www.minds.com
# requires staging cookie
...
...
@@ -271,6 +272,7 @@ deploy:canary:
stage
:
deploy:canary
variables
:
IMAGE_LABEL
:
"
canary"
ECS_SERVICE
:
$ECS_APP_CANARY_SERVICE
environment
:
name
:
canary
url
:
https://www.minds.com/?canary=1
# requires canary cookie
...
...
@@ -282,6 +284,7 @@ deploy:production:
stage
:
deploy:production
variables
:
IMAGE_LABEL
:
"
production"
ECS_SERVICE
:
$ECS_APP_PRODUCTION_SERVICE
environment
:
name
:
production
url
:
https://www.minds.com
...
...
This diff is collapsed.
Click to expand it.
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