Skip to content

Commit

Permalink
Remove travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Sep 10, 2024
1 parent e9bb6ba commit 966d50e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 70 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ on:
push:
branches:
- qa
- SCC-4218/move-rc-from-travis-to-github-actions

permissions:
id-token: write
contents: read

env:
AWS_DEFAULT_REGION: us-east-1
# LOCAL_TAG_NAME: research-catalog:${{ github.ref_name }}-${{ github.run_number }}
LOCAL_TAG_NAME: research-catalog:test-${{ github.run_number }}
LOCAL_TAG_NAME: research-catalog:${{ github.ref_name }}-${{ github.run_number }}

jobs:
deploy:
Expand Down Expand Up @@ -43,8 +41,8 @@ jobs:
docker tag $LOCAL_TAG_NAME $ECR_URL
aws ecr batch-delete-image --repository-name research-catalog --image-ids imageTag="qa-previous" || true
aws ecr put-image --repository-name research-catalog --image-tag "qa-previous" --image-manifest "$MANIFEST" || true
# docker push $ECR_URL
docker push $ECR_URL
# - name: Update ECS service
# run: |
# aws ecs update-service --cluster research-catalog-qa --service research-catalog-qa --force-new-deployment
- name: Update ECS service
run: |
aws ecs update-service --cluster research-catalog-qa --service research-catalog-qa --force-new-deployment
63 changes: 0 additions & 63 deletions .travis.yml

This file was deleted.

0 comments on commit 966d50e

Please sign in to comment.