Skip to content

Implement service type `command`

Choose a tag to compare

@mherrmann mherrmann released this 11 Apr 13:45
· 60 commits to main since this release
6876809

Now you can do the following in deploy.yml:

services:
  custom:
    type: command
    command: "<your custom command>"
    env:
      ...

This will run <your custom command> as a service.