Skip to content

Commit

Permalink
Updating dev deployment to cluster (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
manasaV3 authored Oct 16, 2023
1 parent d0e2c01 commit ff1bfda
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
role-duration-seconds: 1200
- name: Login to ECR
uses: docker/login-action@v2
with:
registry: ${{ secrets.ECR_REPO }}
- name: Setting up stack name
run: |
if [[ ${#GITHUB_REF_NAME} -gt 32 ]]; then
Expand Down Expand Up @@ -72,3 +68,4 @@ jobs:
operation: delete
tfe-token: ${{ secrets.TFE_TOKEN }}
env: dev
working-directory: ./frontend
4 changes: 0 additions & 4 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
role-duration-seconds: 1200
- name: Login to ECR
uses: docker/login-action@v2
with:
registry: ${{ secrets.ECR_REPO }}
- name: Create or update stack
uses: chanzuckerberg/github-actions/.github/actions/[email protected]
env:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
role-duration-seconds: 1200
- name: Login to ECR
uses: docker/login-action@v2
with:
registry: ${{ secrets.ECR_REPO }}
- name: Create or update stack
uses: chanzuckerberg/github-actions/.github/actions/[email protected]
env:
Expand Down

0 comments on commit ff1bfda

Please sign in to comment.