]> git.parisson.com Git - docker-django-scripts.git/commitdiff
staging with one g only
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 29 Jan 2018 13:22:25 +0000 (14:22 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 29 Jan 2018 13:22:25 +0000 (14:22 +0100)
docker-stagging.sh [deleted file]
docker-staging.sh [new file with mode: 0755]

diff --git a/docker-stagging.sh b/docker-stagging.sh
deleted file mode 100755 (executable)
index da2d88f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-docker-compose -f docker-compose.yml -f env/stagging.yml up
diff --git a/docker-staging.sh b/docker-staging.sh
new file mode 100755 (executable)
index 0000000..d5d8b75
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+docker-compose -f docker-compose.yml -f env/staging.yml up