Skip to content

Commit 4ee4ba0

Browse files
authored
🤦
1 parent 89f9cd8 commit 4ee4ba0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

local/etc/uceap.d/_sftp_code.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ function _sftp_code() {
44
SFTP_HOST=`terminus connection:info --field=sftp_host`
55

66
terminus connection:set sftp -y
7-
rsync -e "ssh -p $SFTP_PORT -o StrictHostKeyChecking=no" -rv --checksum --delete --exclude=web/sites/default/files ./ $SFTP_USER@$SFTP_HOST:code/
8-
}
7+
rsync -e "ssh -p $SFTP_PORT -o StrictHostKeyChecking=no" -rv --checksum --delete --exclude=.git --exclude=web/sites/default/files ./ $SFTP_USER@$SFTP_HOST:code/
8+
}

0 commit comments

Comments
 (0)