Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 00931f7

Browse files
committed
Merge pull request #442 from localheinz/fix/sudo-required
Fix: Sudo required for pulling in changes on server
2 parents ba68f07 + c883e13 commit 00931f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<target hidden="true" name="git-pull">
1111
<echo message="Pull changes from origin" />
12-
<exec logoutput="true" checkreturn="true" command="ssh ${ssh.user}@${ssh.host} -p ${ssh.port} 'cd ${project.root}; git pull origin master ${tag}'" />
12+
<exec logoutput="true" checkreturn="true" command="ssh ${ssh.user}@${ssh.host} -p ${ssh.port} 'cd ${project.root}; sudo git pull origin master ${tag}'" />
1313
</target>
1414

1515
<target hidden="true" name="composer-install">

0 commit comments

Comments
 (0)