Updates and testing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-08-13 20:49:43 +10:00
parent 42555b8920
commit a53903bd36
2 changed files with 5 additions and 11 deletions

View File

@@ -3,11 +3,9 @@ type: docker # Essential for Docker execution
name: restart-discord-bot
trigger:
branch:
- main
event:
- push
when:
- branch: main
event: push
steps:
- name: restart-bot
@@ -18,10 +16,6 @@ steps:
- /home/gary/Discord/Acrybot:/app # Maps named volume 'docker_compose_dir' to container path
commands:
- cd /app
# Execute the Docker Compose command
# IMPORTANT: Replace 'your_bot_service_name' with your actual service name.
- ls
- pwd
- docker compose restart python-app
# Uncomment the line below if you use older Docker Compose (with a hyphen)
# - docker-compose restart your_bot_service_name