From 3770bc76d158a003e27b5ed0c62305c3ef079719 Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Tue, 26 Mar 2024 20:56:48 +0100 Subject: [PATCH] deamon --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 244edf1..7d0227c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,4 +33,4 @@ jobs: END - name: Run Deploy run: | - ssh target "cd tldtest && git pull origin master && docker-compose down && docker-compose up --build --no-attach" \ No newline at end of file + ssh target "cd tldtest && git pull origin master && docker-compose down && docker-compose up --build -d" \ No newline at end of file