jnickg / dungen-core

.NET Core implementation of DunGen
GNU General Public License v2.0
0 stars 0 forks source link

Add static ASP.NET/Angular/Node.js site #31

Closed jnickg closed 4 years ago

jnickg commented 4 years ago

Overview

Resolves #6. Resolves #7.

This PR, along with some configuration on Heroku, allow us to automatically deploy to https://dungen-core.herokuapp.com/ each time we push a commit to master. Hopefully we never have to futz with this stuff often (if ever), and we can just focus on adding new pages and viewmodels, and new API functionality.

It would be good to add another Heroku dyno that deployed for every pull request or something, or allowed manual deploys for testing, so we could test changes before merging PRs. I'll look into that.

Commit Messages