This commit is contained in:
parent
11051584b1
commit
351351359f
@ -4,12 +4,13 @@ name: makeit-graffiti
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'build'
|
- name: 'build'
|
||||||
image: node:14
|
image: node:12
|
||||||
volumes:
|
volumes:
|
||||||
- name: node_modules_cache
|
- name: node_modules_cache
|
||||||
path: /drone/src/node_modules
|
path: /drone/src/node_modules
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
|
- node -v
|
||||||
- ls -al
|
- ls -al
|
||||||
- npm config set registry https://registry.npmmirror.com/
|
- npm config set registry https://registry.npmmirror.com/
|
||||||
- npm i
|
- npm i
|
||||||
|
2
.env.dev
2
.env.dev
@ -1,6 +1,6 @@
|
|||||||
NODE_ENV=development
|
NODE_ENV=development
|
||||||
VUE_APP_PREFIX=mi-
|
VUE_APP_PREFIX=mi-
|
||||||
VUE_APP_SERVER=https://dev-canvas.makeit.vip
|
VUE_APP_SERVER=https://dev-graffiti.makeit.vip
|
||||||
VUE_APP_SOCKET_SERVER=ws://dev-socket.makeit.vip
|
VUE_APP_SOCKET_SERVER=ws://dev-socket.makeit.vip
|
||||||
VUE_APP_API_VERSION=v1
|
VUE_APP_API_VERSION=v1
|
||||||
VUE_APP_API_SERVER=https://dev-api.makeit.vip
|
VUE_APP_API_SERVER=https://dev-api.makeit.vip
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
VUE_APP_PREFIX=mi-
|
VUE_APP_PREFIX=mi-
|
||||||
VUE_APP_SERVER=https://canvas.makeit.vip
|
VUE_APP_SERVER=https://graffiti.makeit.vip
|
||||||
VUE_APP_SOCKET_SERVER=ws://socket.makeit.vip
|
VUE_APP_SOCKET_SERVER=ws://socket.makeit.vip
|
||||||
VUE_APP_API_VERSION=v1
|
VUE_APP_API_VERSION=v1
|
||||||
VUE_APP_API_SERVER=https://api.makeit.vip
|
VUE_APP_API_SERVER=https://api.makeit.vip
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
NODE_ENV=test
|
NODE_ENV=test
|
||||||
VUE_APP_PREFIX=mi-
|
VUE_APP_PREFIX=mi-
|
||||||
VUE_APP_SERVER=https://test-canvas.makeit.vip
|
VUE_APP_SERVER=https://test-graffiti.makeit.vip
|
||||||
VUE_APP_SOCKET_SERVER=ws://test-socket.makeit.vip
|
VUE_APP_SOCKET_SERVER=ws://test-socket.makeit.vip
|
||||||
VUE_APP_API_VERSION=v1
|
VUE_APP_API_VERSION=v1
|
||||||
VUE_APP_API_SERVER=https://test-api.makeit.vip
|
VUE_APP_API_SERVER=https://test-api.makeit.vip
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mi-canvas-demo",
|
"name": "makeit-graffiti",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve --mode local",
|
"serve": "vue-cli-service serve --mode local",
|
||||||
|
Loading…
Reference in New Issue
Block a user