From 51ec6216b194bdd91de7372c92d8804e5e5441fa Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 19 Feb 2018 07:38:20 -0600 Subject: [PATCH] update deploy script to non-beta --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 8cc098c6f..afa38510b 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -26,4 +26,4 @@ sshpass -p $FTP_PASSWORD ssh -o StrictHostKeyChecking=no $FTP_USER@$FTP_HOST 'su sleep 10 #prime app -curl https://beta.filterlists.com/ \ No newline at end of file +curl https://filterlists.com/ \ No newline at end of file