Skip to content

Commit

Permalink
Updating dev deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
manasaV3 committed Oct 16, 2023
1 parent d0e2c01 commit 54c168c
Showing 1 changed file with 1 addition and 4 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

0 comments on commit 54c168c

Please sign in to comment.