From 7af293ea2ffe8bea286361a70fe0f7c56b3e0814 Mon Sep 17 00:00:00 2001 From: thehuntedpie Date: Tue, 25 Sep 2018 12:46:02 +0300 Subject: [PATCH] add deploy script --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..6c18257 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/bash +docker-compose down +docker-compose up -d