Sha256: d53471f75f6f0f6d7b90f876b49ba87b0c9f4e6c627def4820584c3762a13f21
Contents?: true
Size: 775 Bytes
Versions: 17
Compression:
Stored size: 775 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
17 entries across 17 versions & 1 rubygems