Remove placeholders
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-08-13 21:19:37 +10:00
parent 53458625c9
commit 7bdb6f613c

View File

@@ -49,8 +49,7 @@ steps:
# Bring the specific Discord bot service back up. # Bring the specific Discord bot service back up.
# '--build' is essential if your docker-compose.yml uses 'build: .' to create the image, # '--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. # 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 --build
- docker compose up -d your_bot_service_name --build
- echo "--- Verification after actions ---" - echo "--- Verification after actions ---"
- docker compose ps -a # Show all services in this project again. - docker compose ps -a # Show all services in this project again.