Skip to main content

fabric utilities for git based deployments

Project description

About

Using git for deployments is a great solution for agile development processes and is implemented by different people with many different flavours. Any solution has one thing in common: You have to move the whole history of your project over to your server. This may be ok for some setups, but has - besides giving many internals to your clients - some disadvantages like:

  • Rollbacks are more complex, as you need to know which commit is the last release (may be solved using tags)

  • You have to copy the whole repository over to the server, so you cannot skip any files or add new ones only needed on the server (like aggregated CSS/JS)

fabdeploit tries to solve these issues by using a seprate release branch, not wired to the normal git branches and history. This release branch will only contain release history (one commit for every release/deployment) and allows you to use filters to change the contents of the commit tree. This way you are able to have a very slick deployment process only containing what is necessary, you may even add new files not contained in your normal history.

In addition fabdeploit contains helpers for professional deployment of some common CMS/Frameworks we use. This will help you implementing a clean process of common deployments, including enabling maintenance mode, running database migrations, clearing the caches, …

Documentation

Still not as much as intended, but growing, this is a goal for 1.0. Please feel free to look at the example/ directory or the code itself in addition to the documentation.

See http://fabdeploit.readthedocs.org/.

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

fabdeploit-0.13.1.tar.gz (14.5 kB view details)

Uploaded Source

File details

Details for the file fabdeploit-0.13.1.tar.gz.

File metadata

  • Download URL: fabdeploit-0.13.1.tar.gz
  • Upload date:
  • Size: 14.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for fabdeploit-0.13.1.tar.gz
Algorithm Hash digest
SHA256 fd9652f67dcfb3133c195429349d9bf6c63ce5d38afc3cb845a4ff0a2e9835de
MD5 e7103104bf38a6eb6ae141a91dc71fdd
BLAKE2b-256 c0bc4ebb57202b25005c2886cacfb1a1cd94fc1cd7f5278533dd1f76144da30f

See more details on using hashes here.

Supported by

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