M13-M14
This commit is contained in:
parent
e0ac9e8c79
commit
cb6d064f87
1644 changed files with 64166 additions and 46 deletions
BIN
media/media/EPC_bandeau_A4V_c_aa.png
Normal file
BIN
media/media/EPC_bandeau_A4V_c_aa.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
19
media/media/fabfile.py
vendored
Normal file
19
media/media/fabfile.py
vendored
Normal 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')
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue