diff options
-rw-r--r-- | app.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app.yml b/app.yml new file mode 100644 index 000000000..1e3d891ad --- /dev/null +++ b/app.yml @@ -0,0 +1,10 @@ +name: MCServer +image: ubuntu-14-04-x64 +config: + #cloud-config + packages: + - curl + runcmd: + - mkdir /minecraft + - cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh + - nohup /minecraft/MCServer/MCServer & |