|
@@ -9,7 +9,8 @@ steps:
|
9
|
9
|
- echo $DRONE_BUILD_CREATED
|
10
|
10
|
- git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
|
11
|
11
|
- git config --global user.name "${DRONE_COMMIT_AUTHOR}"
|
12
|
|
- - git commit -A -m "Drone tagged as ${DRONE_TAG}"
|
|
12
|
+ - git add -f docs
|
|
13
|
+ - git commit -m "Drone tagged as ${DRONE_TAG}"
|
13
|
14
|
- git tag "${DRONE_TAG}"
|
14
|
15
|
- git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG}
|
15
|
16
|
|