version 0.0.6
This commit is contained in:
+2
-2
@@ -46,9 +46,9 @@ steps:
|
|||||||
- cp -r ./lib/* ./${DRONE_REPO_NAME}
|
- cp -r ./lib/* ./${DRONE_REPO_NAME}
|
||||||
- cd ./${DRONE_REPO_NAME}
|
- cd ./${DRONE_REPO_NAME}
|
||||||
- git add -A
|
- git add -A
|
||||||
- git commit -m "drone taged as version ${DRONE_TAG}" || true
|
- git commit -m "drone tagged as version ${DRONE_TAG}" || true
|
||||||
- git tag ${DRONE_TAG}
|
- git tag ${DRONE_TAG}
|
||||||
- git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fb-dist/${DRONE_REPO_NAME}.git ${DRONE_TAG} --force
|
- git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fb-dist/${DRONE_REPO_NAME}.git ${DRONE_TAG}
|
||||||
environment:
|
environment:
|
||||||
GIT_USER:
|
GIT_USER:
|
||||||
from_secret: git_user
|
from_secret: git_user
|
||||||
|
|||||||
Reference in New Issue
Block a user