battle-snake / battle_snake

AI Programing Competition Game Server
GNU Affero General Public License v3.0
12 stars 11 forks source link

Add Release configuration #3

Closed Dkendal closed 6 years ago

Dkendal commented 6 years ago

Adds the initial release configuration along with Mnesia related release tasks.

On boot the application will create the mnesia schema if it does not already exist and runn all pending migrations.

Deleted all outdated scripts.

Added a ./scripts/dev-rel script to test a production release locally.