Last active
November 3, 2025 18:09
-
-
Save pablocattaneo/a38a2f4a47ecf3613cec378f9dceaa6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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