This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user