* Create ecs_deploy.yml
Adding a GitHub action for deploying our server every time there is a release. I'm currently building and pushing the docker image manually.
This should run every time we push a new release tag to the master branch.
* Update ecs_deploy.yml
* test that action works
* adding container name
* removing pull request testing trigger