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:
parent
0fd0bbe725
commit
954d67fa32
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue