0.1.0 move to gitea dist for downloads

This commit is contained in:
peter
2019-08-20 19:30:35 +02:00
parent 79c832e463
commit b140476155
6 changed files with 240 additions and 166 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ steps:
- cp -r ./dist/* ./${DRONE_REPO_NAME}
- cd ./${DRONE_REPO_NAME}
- git add -A
- git commit -m "drone tagged as version ${DRONE_TAG}" || true
- git commit --allow-empty -m "drone tagged as version ${DRONE_TAG}"
- git tag ${DRONE_TAG}
- git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fb-dist/${DRONE_REPO_NAME}.git master ${DRONE_TAG}
environment: