ehmatthes / django-simple-deploy

A reusable Django app that configures your project for deployment
BSD 3-Clause "New" or "Revised" License
304 stars 26 forks source link

Support platform.sh if user already has a deployed project on the platform. #307

Closed ehmatthes closed 1 month ago

ehmatthes commented 2 months ago

Right now deployment to platform.sh fails if the user already has an existing project. Push a project, then troubleshoot the process of pushing a second project.

ehmatthes commented 1 month ago

Working notes

ehmatthes commented 1 month ago

Conclusion

The project already supports configuring and pushing multiple projects. When you create a project from within a repo, it creates a link to the project on Platform.sh. There's no conflict with other deployed projects, unless you're working from outside the project's repo.