From b6970c07d8383d585c270ebaa2f658b60e81a1c2 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 22 Sep 2019 14:15:29 +0200 Subject: [PATCH] drone --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f7b38db..69fe416 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,7 +67,7 @@ steps: - git add -f docs - git commit -m "Drone tagged as ${DRONE_TAG}" - git tag "${DRONE_TAG}" - - git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG} + - git push -f https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG} environment: GIT_USER: @@ -75,8 +75,8 @@ steps: GIT_PASSWORD: from_secret: git_password trigger: - event: - - tag + event: + - tag volumes: - name: cache