drone
This commit is contained in:
+3
-3
@@ -67,7 +67,7 @@ steps:
|
|||||||
- git add -f docs
|
- git add -f docs
|
||||||
- git commit -m "Drone tagged as ${DRONE_TAG}"
|
- git commit -m "Drone tagged as ${DRONE_TAG}"
|
||||||
- git tag "${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:
|
environment:
|
||||||
GIT_USER:
|
GIT_USER:
|
||||||
@@ -75,8 +75,8 @@ steps:
|
|||||||
GIT_PASSWORD:
|
GIT_PASSWORD:
|
||||||
from_secret: git_password
|
from_secret: git_password
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
|||||||
Reference in New Issue
Block a user