From 2ef80ef84fd7d624f9813288f35062b85a04b38e Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 9 Apr 2020 18:25:22 +0200 Subject: [PATCH] Fixed the filename in the deploy script. Hopefully it now works now... --- scripts/travis_deploy_dev_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis_deploy_dev_server.sh b/scripts/travis_deploy_dev_server.sh index 488b253f..dcded6c8 100644 --- a/scripts/travis_deploy_dev_server.sh +++ b/scripts/travis_deploy_dev_server.sh @@ -30,7 +30,7 @@ ssh -oStrictHostKeyChecking=no -oIdentitiesOnly=yes -i /tmp/sftp_key TeaSpeak-Tr echo "Failed to delete the old .zip files" } -filename="$PACKAGES_DIRECTORY/TeaWeb-Release-$(git rev-parse --short HEAD)" +filename="TeaWeb-Release-$(git rev-parse --short HEAD).zip" sftp -oStrictHostKeyChecking=no -oIdentitiesOnly=yes -i /tmp/sftp_key TeaSpeak-Travis-Web@dev.web.teaspeak.de << EOF put $file tmp-upload/$filename EOF