changed deploy.ssh from using sudo to local b/c sudo runs on the remote machine and I want ssh to be run off the local to connect to the remote

This commit is contained in:
Ronny Abraham 2018-10-10 13:33:46 +03:00
parent 0fd0bbe725
commit 954d67fa32

View file

@ -1,5 +1,6 @@
from fabric.api import env, task
from fabric.operations import run, local
from fabric.operations import run
from fabric.operations import local
# from fabric.contrib.files import upload_template
# from utils import print_run