This commit is contained in:
2019-09-22 14:12:06 +02:00
parent 15b59b42c5
commit 4a549e1c15
+2 -1
View File
@@ -9,7 +9,8 @@ steps:
- echo $DRONE_BUILD_CREATED
- git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
- git config --global user.name "${DRONE_COMMIT_AUTHOR}"
- git commit -A -m "Drone tagged as ${DRONE_TAG}"
- 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}