From e9b11a6f01497d04d90bc81012f1bf0bb5f25e03 Mon Sep 17 00:00:00 2001 From: "Mike Kostersitz (Oilcan Productions)" <77457397+oilcan-productions@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:53:58 -0800 Subject: [PATCH] Update deploy-ftp.sh changing hostname hactrn.kostersitz.com --- build/deploy-ftp.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/deploy-ftp.sh b/build/deploy-ftp.sh index 3cb1f634..a90aae0e 100644 --- a/build/deploy-ftp.sh +++ b/build/deploy-ftp.sh @@ -2,9 +2,9 @@ set -e -HOST="hactrn.kostersitz.com" -USER="hactrn@kostersitz.com" -DIR="images" +HOST="ftpupload.net" +USER="if0_35726802" +DIR="hactrn.kostersitz.com/images" NETRC="$HOME/.netrc" if test -z "$FTP_SECRET"; then