Manually reverting changes

This commit is contained in:
2025-08-13 20:28:26 +10:00
parent 7ef3a32e68
commit 2614ad052c

View File

@@ -8,12 +8,12 @@ when:
steps: steps:
- name: restart-bot # Name of the step that restarts your bot. - name: restart-bot # Name of the step that restarts your bot.
image: debian # Uses a Docker Compose-enabled image. image: docker/compose:latest # Uses a Docker Compose-enabled image.
# volumes: volumes:
# - name: docker_compose_dir - name: docker_compose_dir
# path: /app path: /app
# host: host:
# path: /home/gary/Discord/Acrybot path: /home/gary/Discord/Acrybot
commands: commands:
- cd /app - cd /app
# The command to restart your Discord bot service using Docker Compose. # The command to restart your Discord bot service using Docker Compose.