All Recipes

Mojolicious

Base Provider

None

Author @aleks

Mojolicious is a Perl web framework. This will deploy a full Mojolicious app; for Mojolicious::Lite, replace src/scripts/* with your entrypoint.

{
  "deploy": {
    "aptPackages": ["perl", "libmojolicious-perl"],
    "startCommand": "perl src/script/* daemon -m production -l 'http://*:3000'",
    "inputs": [
      {
        "local": true,
        "include": ["src"]
      }
    ]
  }
}