Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Last active November 3, 2025 18:09
Show Gist options
  • Save pablocattaneo/a38a2f4a47ecf3613cec378f9dceaa6a to your computer and use it in GitHub Desktop.
Save pablocattaneo/a38a2f4a47ecf3613cec378f9dceaa6a to your computer and use it in GitHub Desktop.
# eas update --channel [channel] --message "Description of your update"
# When you run `eas update --channel qa`, it publishes your current local working directory** to the QA channel, including the variables set on .env!!
# CLEAR CACHE is abosolute fundamental!!!!
eas update --channel qa --message "Description of your update" --clear-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment