Sha256: da3ec13e14540d2d80d65c5230d5ee53935c41149d791da72b9760e5951f4f52

Contents?: true

Size: 714 Bytes

Versions: 1

Compression:

Stored size: 714 Bytes

Contents

Static-file provision:

[ ] Support hooks, i.e.:
  hooks:
    before:
      - cmd: mvn package
        cwd: anyone-web
        scope: local
    after:
      - cmd: unzip anyone-web.zip
        cwd: /srv/www/gethubble.com
        scope: remote
[ ] Add another wrapper for files:
static:
  name:
    files:            # files to upload
      - ...
    hooks:            # before and after deploy hooks
      - ...
    services:         # assumes service with same name
      - restart


Maven:
[ ] Support hooks (?)

Conventions:
- Maven artifacts are deployed to `$path_prefix/$artifact_id`
- Services assume name: `$artifact_id`

Static-files:
- Are uploaded to `$path_prefix/$name`
- Services assume name: `$name`

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pushwagner-0.0.1.1 TODO.md