Fix docker container & update release workflow
This commit is contained in:
parent
ac76cc4f32
commit
8ae3f0f3a7
@ -1,4 +1,4 @@
|
|||||||
name: Push Docker Image
|
name: Release Server
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "infrastructure/cloudformation/cluster"]
|
||||||
|
path = infrastructure/cloudformation/cluster
|
||||||
|
url = git@github.com:josephbmanley/aws-cluster-stack.git
|
1
infrastructure/cloudformation/cluster
Submodule
1
infrastructure/cloudformation/cluster
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a7d7961c271839c625718e42f7ac8d6171456892
|
@ -6,4 +6,4 @@ ADD / /dt
|
|||||||
|
|
||||||
RUN cd /dt; /dt/build.sh
|
RUN cd /dt; /dt/build.sh
|
||||||
|
|
||||||
CMD ["./builds/server.out"]
|
CMD ["/dt/builds/server.out"]
|
Reference in New Issue
Block a user