Skip to content
Snippets Groups Projects
Commit 6b8db766 authored by HongKee Moon's avatar HongKee Moon
Browse files

Add deploy-dev action

parent e255973d
Branches cuda_on_cpu
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@
"build": "vue-cli-service build",
"build:serve": "serve dist",
"lint": "vue-cli-service lint",
"deploy": "cd dist && rsync -arvP --del * moon@ddcode-srv1:\"/home/local/web/\""
"deploy": "cd dist && rsync -arvP --del * moon@ddcode-srv1:\"/home/local/web/\"",
"deploy-dev": "cd dist && rsync -arvP --del * moon@ddcode-srv1:\"/home/ddcode-dev/web/\""
},
"dependencies": {
"@amcharts/amcharts4": "^4.6.9",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment