ehmatthes / django-simple-deploy

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

Resuming work 9/13/24 #335

Open ehmatthes opened 1 week ago

ehmatthes commented 1 week ago

I haven't touched this project in months because of a cross-country move. This issue just tracks a bit of work getting the project running again enough to pick up where I left off.

ehmatthes commented 1 week ago

Platform_sh e2e test

$ pytest tests/e2e_tests --platform platform_sh -s
...
[main 44f1192] Added simple_deploy to INSTALLED_APPS.
 1 file changed, 1 insertion(+)

Testing deployment to Platform.sh using the following options:
{'pkg_manager': 'req_txt', 'pypi': False, 'automate_all': False, 'skip_confirmations': False, 'platform': 'platform_sh'}

Verifying logged in to Platform.sh CLI...

Creating a project on Platform.sh...
ehmatthes commented 1 week ago

All e2e tests pass on current commit of refactor_2 branch. Consider cutting a release now, rather than diverging further from main branch. (This would also really good to do before DjangoCon next week.)