This commit is contained in:
2019-09-22 14:32:37 +02:00
parent ce8f81168f
commit 930d7afde1
+1 -1
View File
@@ -67,7 +67,7 @@ steps:
- git add -f docs - git add -f docs
- git commit --allow-empty -m "Drone tagged as ${DRONE_TAG}" - git commit --allow-empty -m "Drone tagged as ${DRONE_TAG}"
- git tag "${DRONE_TAG}" - git tag "${DRONE_TAG}"
- git push -f -u https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git ${DRONE_TAG} master - git push -f -u https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git ${DRONE_TAG}
environment: environment:
GIT_USER: GIT_USER:
from_secret: git_user from_secret: git_user