From: Guillaume Pellerin Date: Mon, 29 Jan 2018 13:22:25 +0000 (+0100) Subject: staging with one g only X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9d20dcaf70280a8bf87e35bb98cfe36bc9d9e2d5;p=docker-django-scripts.git staging with one g only --- diff --git a/docker-stagging.sh b/docker-stagging.sh deleted file mode 100755 index da2d88f..0000000 --- a/docker-stagging.sh +++ /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 index 0000000..d5d8b75 --- /dev/null +++ b/docker-staging.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +docker-compose -f docker-compose.yml -f env/staging.yml up