0.1.1 • Published 8 years ago

simple-deploy v0.1.1

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Simple description

purpose

  • Use diffrent port to start diffrent server

tips

  • Your project should have a 'deploy.config.json'file
  • Use the following configuration as reference

      {
          "name": "projec name",
          "desc": "",
          "env": "test",
          "port": "8888",
          "basePath": "/remote/apps/test",
          "depoyPath": "build",
          "shell": "",
          "hostConfig": {
              "port": "6666",
              "host": "",
              "username": "",
              "password": ""
          },
          "envMap": {
              "dev": {
                  "name": "test",
                  "port": "8011"
              }
          }
      }
0.1.1

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

1.0.0

8 years ago

0.0.0

9 years ago