From cbc2e978c97672c89f743aedc94ef92f086d20cb Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 18 Sep 2018 23:29:01 -0500 Subject: [PATCH] Fixed remote ftp path again --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 400a5177..d86aa412 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ pull_requests: do_not_increment_build_number: true # Only build whenever we add tags to the repo. -skip_non_tags: true +#skip_non_tags: true environment: @@ -80,4 +80,4 @@ deploy: username: twblue password: secure: ml/xB8YEoZ7DmjzDr+KSNw== - folder: '//var/web/twblue/pubs' \ No newline at end of file + folder: '//pubs' \ No newline at end of file