From 426ee49b11e9353b083f9e9796a4f4f693725de5 Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Sun, 7 Jun 2020 19:06:21 +0200 Subject: [PATCH] Add CI scripts --- .build/deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.build/deploy.sh b/.build/deploy.sh index e69de29..c154f66 100644 --- a/.build/deploy.sh +++ b/.build/deploy.sh @@ -0,0 +1,5 @@ +BUILD_PATH=$1 + +cd $BUILD_PATH/.docker || exit 1 + +docker-compose up -d --build --force-recreate \ No newline at end of file