Fork me on GitHub
#liberator
<
2015-08-12
>
ordnungswidrig11:08:25

@sandbags: not related to liberator but I guess most people use environment variables and something like environ https://github.com/weavejester/environ

sandbags15:08:34

ordnungswidrig: thanks… i guess i need to upskill about the whole deployment scenario for Clojure apps. i’ve come from rails most recently (although not done any for some time) where it’s all kind of baked in

sandbags15:08:50

at the moment I am scp’ing war files which isn’t a great solution

ordnungswidrig15:08:30

scp’ing war files not not a bad solution. except if they are custom built for an execution mode

sandbags16:08:42

i’m used to using a cap deployment task that checks out the latest code from a deploy branch, dots all the i’s, crosses the t’s, and restarts any appropriate servers

sandbags16:08:08

esp with a nice rollback capability

sandbags16:08:40

hrmm Supernal might be worth looking into