This commit is contained in:
alazo 2017-06-06 07:37:14 +02:00
parent e0ac9e8c79
commit cb6d064f87
1644 changed files with 64166 additions and 46 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

19
media/media/fabfile.py vendored Normal file
View file

@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
import os
import sys
from fabric.api import cd, env, get, local, prefix, prompt, run
from fabric.utils import abort
env.user = 'alzo'
env.hosts = ['clio.webzos.net']
APP_DIR = '/var/www/histone'
def toto():
with cd ('/home/alzo/'):
run('./.maj.sh')