From 7bdb6f613c35dc3db90e8ec7568951a38854a16d Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Wed, 13 Aug 2025 21:19:37 +1000 Subject: [PATCH] Remove placeholders --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4d1a620..2d2ab40 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -49,8 +49,7 @@ steps: # Bring the specific Discord bot service back up. # '--build' is essential if your docker-compose.yml uses 'build: .' to create the image, # as it ensures the image is rebuilt with the newly pulled source code. - - echo "--- Bringing Discord bot service up your_bot_service_name ---" - - docker compose up -d your_bot_service_name --build + - docker compose up -d --build - echo "--- Verification after actions ---" - docker compose ps -a # Show all services in this project again.