You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [ -z "$WEB_CLOUDFRONT_DISTRO_ID" ]; then echo "No cache to clear"; else aws cloudfront create-invalidation --distribution-id $WEB_CLOUDFRONT_DISTRO_ID --paths "/*"; fi