From c386bb2f1bbf279f7232c99760aeb3781bfcc277 Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Tue, 26 Mar 2024 19:44:01 +0100 Subject: [PATCH] changing folder name --- .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 fbe1dac..c1d0851 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,4 +33,4 @@ jobs: END - name: Run Deploy run: | - cd tldtest.net && docker-compose down && git pull origin master && docker-compose up --build \ No newline at end of file + cd tldtest && docker-compose down && git pull origin master && docker-compose up --build \ No newline at end of file