d954557000
Moved all the existing service code into the `service` submodule. Stubbed out project and GUI frame for the uploader. Idea is to have a GUI that infers all the correct meta-data from media tag values and creates service, songs, and performance records appropriately based on the tagged mp3/ogg files of the performances.
15 lines
319 B
YAML
15 lines
319 B
YAML
branch-defaults:
|
|
master:
|
|
environment: new-life-songs-prod
|
|
global:
|
|
application_name: new-life-songs
|
|
branch: null
|
|
default_ec2_keyname: id_jdb@jdb-maingear
|
|
default_platform: Tomcat 8 Java 8
|
|
default_region: us-west-2
|
|
profile: eb-cli
|
|
repository: null
|
|
sc: git
|
|
deploy:
|
|
artifact: service/build/ROOT.war
|