You are writing a comment about Deploying Django with Fabric, here is a quick summary:
A look at how to manage deployment complexity with Django using Fabric. Something of a continuation on the post from yesterday.
You are responding to this comment written by modul909 on May 6th 2009, 17:49.
I'm running into the same issue where I need to determine which war file to deploy so I'm trying to run:
warfile = local('ls -l *.war | head -1')
then I want to use the variable $(warfile) throughout my deploy script.
But currently, I can't get "local" to do that...
Please be aware that comment forms go stale after one hour.
Comments may make use of LifeFlow MarkDown. Raw html will be escaped.
Quick Introduction to LifeFlow MarkDown Syntax
A highlighted code block:
Other common languages work as well: scheme, python, java, html, etc.
Other markdown syntax: