Fix docker container & update release workflow

This commit is contained in:
Layla 2020-04-30 21:53:13 -04:00
parent ac76cc4f32
commit 8ae3f0f3a7
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31
4 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Push Docker Image
name: Release Server
on:
release:

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "infrastructure/cloudformation/cluster"]
path = infrastructure/cloudformation/cluster
url = git@github.com:josephbmanley/aws-cluster-stack.git

@ -0,0 +1 @@
Subproject commit a7d7961c271839c625718e42f7ac8d6171456892

View File

@ -6,4 +6,4 @@ ADD / /dt
RUN cd /dt; /dt/build.sh
CMD ["./builds/server.out"]
CMD ["/dt/builds/server.out"]