Guest User

Untitled

a guest
Mar 7th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <target name="remote:access">
  2. <ssh
  3. username="${remote.user}"
  4. password="${remote.password}"
  5. host ="${remote.host}"
  6. command ="chmod -R 777 '${git.exportdir}/releases/${git.date}/';"
  7. />
  8. </target>
Add Comment
Please, Sign In to add comment