Skip to content

Commit

Permalink
Switch fab deploy back to using findingaids user instaed of deploy user
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Aug 24, 2016
1 parent 52d9f35 commit 3d164fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def build():
env.remote_path = '/home/httpd/sites/findingaids'
env.url_prefix = None
env.remote_proxy = None
env.remote_acct = 'deploy'
env.remote_acct = 'findingaids'


def configure(path=None, user=None, url_prefix=None, remote_proxy=None):
Expand Down

0 comments on commit 3d164fa

Please sign in to comment.