[live] scheme = <%= live_ftp_scheme %> host = <%= live_ftp_host %> port = <%= live_ftp_port %> user = example pass = <%= live_ftp_user %> path = <%= live_ftp_path_remote %> exclude[] = 'dploy.yaml' exclude[] = '*.sublime-*' exclude[] = 'sftp-conf*' exclude[] = '.DS_Store' exclude[] = '.remote-sync.json' exclude[] = 'package.json' exclude[] = 'webpack.*' exclude[] = 'src/**' exclude[] = '.git*' exclude[] = 'phploy.ini' include[] = 'files/theme_<%= theme %>/**' include[] = 'files/theme_<%= theme %>/**/*' include[] = 'files/theme_<%= theme %>/**/**' [live_vendor] scheme = <%= live_ftp_scheme %> host = <%= live_ftp_host %> port = <%= live_ftp_port %> user = example pass = <%= live_ftp_user %> path = <%= live_ftp_path_remote %>/vendor base = 'vendor/' include[] = '**' <% if(deployToRemoteSync){ %> [preview] scheme = <%= preview_ftp_scheme %> host = <%= preview_ftp_host %> port = <%= preview_ftp_port %> user = example pass = <%= preview_ftp_user %> path = <%= preview_ftp_path_remote %> exclude[] = 'dploy.yaml' exclude[] = '*.sublime-*' exclude[] = 'sftp-conf*' exclude[] = '.DS_Store' exclude[] = '.remote-sync.json' exclude[] = 'package.json' exclude[] = 'webpack.*' exclude[] = 'src/**' exclude[] = '.git*' exclude[] = 'phploy.ini' include[] = 'files/theme_<%= theme %>/**' include[] = 'files/theme_<%= theme %>/**/*' include[] = 'files/theme_<%= theme %>/**/**' [preview_vendor] scheme = <%= preview_ftp_scheme %> host = <%= preview_ftp_host %> port = <%= preview_ftp_port %> user = example pass = <%= preview_ftp_user %> path = <%= preview_ftp_path_remote %>/vendor base = 'vendor/' include[] = '**' <% } %>