From 2bffde182c3833867718efb063d8fd4f6b23ef8a Mon Sep 17 00:00:00 2001 From: solao Date: Sat, 15 Aug 2020 13:13:10 -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 35b1514..84dfea9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,4 +95,4 @@ deploy: - 'ssh-keyscan -p 2303 panel.chaoticlogic.us >> ~/.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"' - - '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"`"' + # - '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"`"'