From 1134cce7771d905731b033f8ebd7c82919f0a6b5 Mon Sep 17 00:00:00 2001 From: solao Date: Sat, 15 Aug 2020 14:06:55 -0400 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0394c37..47e8e0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,5 +94,5 @@ deploy: - 'mkdir ~/.ssh' - 'ssh-keyscan -p 2302 seanstoves.com >> ~/.ssh/known_hosts' - 'echo "LFTP needs to be fixed"' - - 'lftp sftp://$SFTP_USER:$SFTP_PASS@$SFTP_HOST -e "mirror -X .* -X .*/ -X *.db -X appsettings.json --reverse --verbose --delete --parallel=8 build/ ./; bye"' + - 'lftp sftp://$SFTP_USER:$SFTP_PASS@$SFTP_HOST -e "mirror -X .* -X .*/ -X *.db -X appsettings.json --reverse --verbose --delete --parallel=8 ../build/ ./; bye"' # - 'curl -X POST $API_URI/api/endpoints/$ENDPOINT_URI/docker/containers/$CONTAINER_ID/restart -H "Authorization: Bearer `curl -X POST $API_URI/api/auth -H "Content-Type: application/json" -d "{\"Username\": \"$API_USER\", \"Password\": \"$API_PASS\"}"" | jq -r ".jwt"`"'