@xfe-repo/mini-app 0.1.17 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deploy/.drone.yml +3 -9
- package/package.json +1 -1
package/deploy/.drone.yml
CHANGED
|
@@ -26,7 +26,7 @@ steps:
|
|
|
26
26
|
volumes:
|
|
27
27
|
- name: node-modules
|
|
28
28
|
host:
|
|
29
|
-
path: /var/lib/node/${DRONE_REPO_NAME}-node-modules
|
|
29
|
+
path: /var/lib/node/${DRONE_REPO_NAME}-node-modules-pnpm
|
|
30
30
|
|
|
31
31
|
image_pull_secrets:
|
|
32
32
|
- docker-key
|
|
@@ -95,7 +95,7 @@ steps:
|
|
|
95
95
|
volumes:
|
|
96
96
|
- name: node-modules
|
|
97
97
|
host:
|
|
98
|
-
path: /var/lib/node/${DRONE_REPO_NAME}-node-modules
|
|
98
|
+
path: /var/lib/node/${DRONE_REPO_NAME}-node-modules-pnpm
|
|
99
99
|
|
|
100
100
|
image_pull_secrets:
|
|
101
101
|
- docker-key
|
|
@@ -231,15 +231,9 @@ steps:
|
|
|
231
231
|
- refs/tags/release-*
|
|
232
232
|
|
|
233
233
|
volumes:
|
|
234
|
-
- name: socks
|
|
235
|
-
host:
|
|
236
|
-
path: /var/run
|
|
237
|
-
- name: docker
|
|
238
|
-
host:
|
|
239
|
-
path: /var/lib/docker
|
|
240
234
|
- name: node-modules
|
|
241
235
|
host:
|
|
242
|
-
path: /var/lib/node/${DRONE_REPO_NAME}-node-modules
|
|
236
|
+
path: /var/lib/node/${DRONE_REPO_NAME}-node-modules-pnpm
|
|
243
237
|
|
|
244
238
|
image_pull_secrets:
|
|
245
239
|
- docker-key
|