Skip to main content

A plugin for django-simple-deploy, supporting deployments to Scalingo.

Project description

dsd-scalingo

A plugin for deploying Django projects to Scalingo, using django-simple-deploy.

For full documentation, see the documentation for django-simple-deploy.

Current status

This plugin is in a pre-1.0 development phase. Scalingo has one of the best free trial plans in the industry, so this plugin will be prioritized and should move forward quickly.

Configuration-only deployment

In this mode, django-simple-deploy handles all the configuration work, but lets you create the remote Scalingo app, commit changes that are made, and run the push command yourself.

  • Install the Scalingo CLI.
  • Upload your SSH public key to Scalingo.
  • Run the following commands to install the plugin, and create a remote Scalingo app:
$ pip install dsd-scalingo
# Add django_simple_deploy to INSTALLED_APPS.
$ scalingo login
$ scalingo create <scalingo-app-name>

Now review the changes that were made, and then push your project:

$ git add .
$ git commit -m "Configured for deployment to Scalingo."
$ git push scalingo main
$ scalingo open

Your deployed project should appear in a new browser tab.

Fully automated deployment

  • Install the Scalingo CLI.
  • Upload your SSH public key to Scalingo.
  • Run the following commands:
$ scalingo login
$ pip install dsd-scalingo
# Add django_simple_deploy to INSTALLED_APPS.
$ python manage.py deploy --automate-all

Your deployed project should appear in a new browser tab.

Destroying a project

If you're doing a test deployment and want to destroy your project:

$ scalingo --app <app-name> destroy

Scalingo documentation

These have been the most helpful parts of the Scalingo docs so far:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dsd_scalingo-0.2.0.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dsd_scalingo-0.2.0-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

Details for the file dsd_scalingo-0.2.0.tar.gz.

File metadata

  • Download URL: dsd_scalingo-0.2.0.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for dsd_scalingo-0.2.0.tar.gz
Algorithm Hash digest
SHA256 a771aa10e615cc141f16a5592f2004fee5fe5c440b78fc7c39638ada790f51c9
MD5 71cc64d84df81783efb498c8a624a6c8
BLAKE2b-256 70288ee7281449f58e7131ac73c87348ce07c6200de468b300bde737b53a7e95

See more details on using hashes here.

File details

Details for the file dsd_scalingo-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: dsd_scalingo-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 12.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for dsd_scalingo-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 805770a382a0e508d398c542b2ea1d193fab030c1843f1472f9dde8b5f647180
MD5 efe49c03682e404b075a5328162ad244
BLAKE2b-256 c5ae0e822226f2036e9a90fe84a11ebe5fe321ce1dafd171e88c1f9b9028a06d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page