add test and add micro-app deploy
This commit is contained in:
6
demo/deploy-org/docs/index.html
Normal file
6
demo/deploy-org/docs/index.html
Normal file
@@ -0,0 +1,6 @@
|
||||
this is a test for system user upload to root user
|
||||
|
||||
<script>
|
||||
console.log('hello world');
|
||||
</script>
|
||||
|
||||
16
demo/deploy-org/package.json
Normal file
16
demo/deploy-org/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "deploy-org",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"pub": "envision deploy ./docs -k deploy-test -v 0.0.1 -o root"
|
||||
},
|
||||
"files": [
|
||||
"docs"
|
||||
],
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
||||
"license": "MIT",
|
||||
"type": "module"
|
||||
}
|
||||
Reference in New Issue
Block a user