Hi all, quick announcement and CTA for anyone in the beta:
We recently made some updates to the projects and private app architecture as part of this beta. These updates shouldn’t have any impact on your work, but they can’t be completed in our system until all participants in the beta have redeployed their projects.
Any projects that haven’t been deployed since January 26 will be automatically undeployed on May 19, and any apps in those projects will be uninstalled.
To make sure that your project is compatible with the latest changes, we ask you to take the following steps before May 19:
If your project is not linked to GitHub:
Make sure you have the source code for the currently deployed build available locally. If not, run `hs project download` to download it.
Run `hs project upload` from the project directory and redeploy that build.
If your project is linked to GitHub and your deployed build is your most recent build:
Run `git commit –allow-empty`.
Push that commit.
If your project is linked to GitHub and your deployed build not the most recent build:
Run the following in your git repository root directory:
`git rm -r .`
`git checkout {commit_hash} .`
`git commit`
Push that commit
Thank you! As always, if you run into any issues or have questions, please don't hesitate to reach out directly in this Slack channel or the forum here. We’re also available to chat in person, if you have any additional feedback on any aspect of the beta you can schedule a call here.
No one has replied to this post quite yet. Check back soon to see if someone has a solution, or submit your own reply if you know how to help! Karma is real.