-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
Alexandru Branza edited this page Oct 29, 2020
·
3 revisions
- Can the same GIT repository be deployed twice (or more times) by the same (or different) BeamUp user?
- No, BeamUp relies on a project's GIT history and will give an error if the same GIT repository is deployed twice, by either the same user or a different one. In order to do this successfully, you will need to remove the
.git
folder of the project and runbeamup
again to initiate a new GIT history. (this will remove all previous GIT history)
- Can I rename a project?
- No, you cannot rename a project by either editing the
beamup.json
file from your project, or any other means. This is for the same reason as highlighted in the answer to #1: The same GIT repository cannot be deployed twice on BeamUp.
- Can I remove a project?
- There is currently no built-in way of removing a project. If you need your project removed from BeamUp, please create an issue for it on this page.