Skip to content

Instantly share code, notes, and snippets.

View cenkbircanoglu's full-sized avatar
🏠
Working from home

Cenk Bircanoğlu cenkbircanoglu

🏠
Working from home
  • Adevinta
  • Paris
View GitHub Profile
# -*- coding: utf-8 -*-
import logging
import os
from os.path import abspath, dirname, join
from os import environ
from fabric.api import env, task
from fabric.operations import local
from fabric.operations import sudo
from fabric.utils import puts