Skip to content

Add scripts config section for custom builds, starts, tests, etc. #15

@MikeBild

Description

@MikeBild
  • Support for custom scripts in CLI / .dropstack.json

Example

dropstack deploy --script-add start="./start.sh" --script-add build="./build.sh"
{
  "variables": [],
  "instances": 1,
  "type": "mono",
  "name": "foo",
  "serviceUrl": "foo.cloud.dropstack.run",
  "scripts": {
    "start": "./start.sh",
    "build": "./build.sh",
    "test": "./test.sh",
  }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions