Skip to content

Commit

Permalink
dev cicd workflow file implemented with taskdef script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Jun 7, 2024
2 parents 7ab812d + 357194d commit 3b51325
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dev-afj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
uses: aws-actions/amazon-ecr-login@v1

- name: update modules
run: yarn
run: |
rm -rf node_modules
yarn
- name: Build, tag, and push image to Amazon ECR
env:
Expand Down

0 comments on commit 3b51325

Please sign in to comment.