From ce8f81168f54eb27892c0e4a6046eea736b5e8a1 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 22 Sep 2019 14:31:37 +0200 Subject: [PATCH] FIX XD --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2304674..7e89847 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,7 +67,7 @@ steps: - git add -f docs - git commit --allow-empty -m "Drone tagged as ${DRONE_TAG}" - git tag "${DRONE_TAG}" - - git push -f -u https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG} + - git push -f -u https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git ${DRONE_TAG} master environment: GIT_USER: from_secret: git_user