]> git.parisson.com Git - mezzo.git/commitdiff
update bin, staging with on g only
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 29 Jan 2018 13:23:37 +0000 (14:23 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 29 Jan 2018 13:23:37 +0000 (14:23 +0100)
bin
env/stagging.yml [deleted file]
env/staging.yml [new file with mode: 0644]

diff --git a/bin b/bin
index f02d06efcdebccbaaafb7cfbcbb3fa967355c2a3..9d20dcaf70280a8bf87e35bb98cfe36bc9d9e2d5 160000 (submodule)
--- a/bin
+++ b/bin
@@ -1 +1 @@
-Subproject commit f02d06efcdebccbaaafb7cfbcbb3fa967355c2a3
+Subproject commit 9d20dcaf70280a8bf87e35bb98cfe36bc9d9e2d5
diff --git a/env/stagging.yml b/env/stagging.yml
deleted file mode 100644 (file)
index 407adc0..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-
-app:
-  build: .
-  command: /bin/sh bin/app.sh
-
-nginx:
-  image: nginx
-  ports:
-    - "8040:80"
-  volumes:
-    - ./etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf
-  volumes_from:
-    - var
-  links:
-    - app
diff --git a/env/staging.yml b/env/staging.yml
new file mode 100644 (file)
index 0000000..407adc0
--- /dev/null
@@ -0,0 +1,15 @@
+
+app:
+  build: .
+  command: /bin/sh bin/app.sh
+
+nginx:
+  image: nginx
+  ports:
+    - "8040:80"
+  volumes:
+    - ./etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf
+  volumes_from:
+    - var
+  links:
+    - app