Skip to content

Commit d2ef0b3

Browse files
committed
Enable verbose output for scp
1 parent eb3eef4 commit d2ef0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ script:
1717
- hugo
1818

1919
after_success:
20-
- sshpass -p "${SFTP_PASSWORD}" scp -r public ${SFTP_USER}@graphql-java-kickstart.com.transurl.nl:/www
20+
- sshpass -p "${SFTP_PASSWORD}" scp -v -r public ${SFTP_USER}@graphql-java-kickstart.com.transurl.nl:/www
2121
# - find public -type f -exec curl --ftp-create-dirs -T {} sftp://${SFTP_USER}:${SFTP_PASSWORD}@graphql-java-kickstart.com.transurl.nl/www/{} \;

0 commit comments

Comments
 (0)