Skip to content

Commit

Permalink
Removed CF config (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoti18021990 authored Jul 16, 2024
1 parent a648c3c commit 724f176
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy-earn-protocol-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,3 @@ jobs:
with:
ecs-cluster: ${{ env.CLUSTER_NAME }}
ecs-services: '["${{ env.SERVICE_NAME }}"]'

- name: Invalidate CloudFront
env:
CF_DIST_ID: ${{ secrets.CF_DIST_ID }}
run: |
AWS_MAX_ATTEMPTS=10 aws cloudfront create-invalidation --distribution-id ${{ env.CF_DIST_ID }} --paths "/*"

0 comments on commit 724f176

Please sign in to comment.