This commit is contained in:
2019-09-22 14:59:33 +02:00
parent 383a5df87d
commit 0980367d04
+1 -2
View File
@@ -71,8 +71,7 @@ steps:
- ls ./${DRONE_REPO_NAME} - ls ./${DRONE_REPO_NAME}
- echo "add files in ${DRONE_REPO_NAME}"; git add ${DRONE_REPO_NAME}/* - echo "add files in ${DRONE_REPO_NAME}"; git add ${DRONE_REPO_NAME}/*
- git commit -m "Drone tagged as ${DRONE_TAG}" - git commit -m "Drone tagged as ${DRONE_TAG}"
- git tag "${DRONE_TAG}" - git push --force https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master
- git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG}
environment: environment:
GIT_USER: GIT_USER:
from_secret: git_user from_secret: git_user