Skip to content

Conversation

@rchlfryn
Copy link
Collaborator

Description

Related Issues

Key Changes

Screenshots / Demo

Migration Explanation

Future enhancements / Questions

@github-actions
Copy link

Preview deployment: https://update-deployment-vercel.preview.avy-fx.org

vercel deployments --token=${{ secrets.VERCEL_TOKEN }} | head -20
# Get all deployments for main branch - improved filtering
DEPLOYMENTS=$(vercel deployments --token=${{ secrets.VERCEL_TOKEN }} | awk '/main/ {print $1}' || echo "")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer output JSON and jq for operating over structured data to awk if you can, less likely to break later in some inscrutable and confusing way when vercel CLI decides some other format is more human-readable

@rchlfryn rchlfryn closed this Dec 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants