瀏覽代碼

move to nitowa.xyz

master
peter 4 年之前
父節點
當前提交
a34fddc901
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 3
    3
      .drone.yml
  2. 1
    1
      package.json

+ 3
- 3
.drone.yml 查看文件

52
   image: node:12
52
   image: node:12
53
   commands:
53
   commands:
54
   - echo ${DRONE_BUILD_CREATED}
54
   - echo ${DRONE_BUILD_CREATED}
55
-  - git clone https://www.versioncontrol.me/frontwork-documentation/${DRONE_REPO_NAME}.git; cd ${DRONE_REPO_NAME} && rm -rf ./*; cp -r ../docs/* .; cp ../LICENSE.md .
55
+  - git clone https://gitea.nitowa.xyz/frontwork-documentation/${DRONE_REPO_NAME}.git; cd ${DRONE_REPO_NAME} && rm -rf ./*; cp -r ../docs/* .; cp ../LICENSE.md .
56
   - sed -i '1,3d; $d' README.md && echo "### Version\n\n${DRONE_TAG}\n" >> ./README.md
56
   - sed -i '1,3d; $d' README.md && echo "### Version\n\n${DRONE_TAG}\n" >> ./README.md
57
   - sed -i -e 1,4d ./globals.md && cat ./globals.md >> ./README.md
57
   - sed -i -e 1,4d ./globals.md && cat ./globals.md >> ./README.md
58
   - 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}"
58
   - 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
 - name: npm publish
69
 - name: npm publish
70
   image: plugins/npm
70
   image: plugins/npm
71
   settings:
71
   settings:
72
-    username: frontwork
72
+    username: nitowa
73
     password:
73
     password:
74
       from_secret: npm_password
74
       from_secret: npm_password
75
-    email: frontwork.me@gmail.com
75
+    email: peter.millauer@gmail.com
76
   when:
76
   when:
77
     event:
77
     event:
78
       - tag
78
       - tag

+ 1
- 1
package.json 查看文件

1
 {
1
 {
2
   "name": "rpclibrary",
2
   "name": "rpclibrary",
3
-  "version": "1.4.2",
3
+  "version": "1.4.3",
4
   "description": "rpclibrary is a websocket on steroids!",
4
   "description": "rpclibrary is a websocket on steroids!",
5
   "main": "./js/Index.js",
5
   "main": "./js/Index.js",
6
   "repository": {
6
   "repository": {

Loading…
取消
儲存