move to nitowa.xyz
This commit is contained in:
+3
-3
@@ -52,7 +52,7 @@ steps:
|
||||
image: node:12
|
||||
commands:
|
||||
- echo ${DRONE_BUILD_CREATED}
|
||||
- git clone https://www.versioncontrol.me/frontwork-documentation/${DRONE_REPO_NAME}.git; cd ${DRONE_REPO_NAME} && rm -rf ./*; cp -r ../docs/* .; cp ../LICENSE.md .
|
||||
- git clone https://gitea.nitowa.xyz/frontwork-documentation/${DRONE_REPO_NAME}.git; cd ${DRONE_REPO_NAME} && rm -rf ./*; cp -r ../docs/* .; cp ../LICENSE.md .
|
||||
- sed -i '1,3d; $d' README.md && echo "### Version\n\n${DRONE_TAG}\n" >> ./README.md
|
||||
- sed -i -e 1,4d ./globals.md && cat ./globals.md >> ./README.md
|
||||
- git add --all; git -c user.email="${DRONE_COMMIT_AUTHOR_EMAIL}" -c user.name="${DRONE_COMMIT_AUTHOR}" commit --all --allow-empty --message "generated from tag ${DRONE_TAG}"
|
||||
@@ -69,10 +69,10 @@ steps:
|
||||
- name: npm publish
|
||||
image: plugins/npm
|
||||
settings:
|
||||
username: frontwork
|
||||
username: nitowa
|
||||
password:
|
||||
from_secret: npm_password
|
||||
email: frontwork.me@gmail.com
|
||||
email: peter.millauer@gmail.com
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rpclibrary",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"description": "rpclibrary is a websocket on steroids!",
|
||||
"main": "./js/Index.js",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user