This commit is contained in:
@@ -12,13 +12,13 @@ trigger:
|
|||||||
steps:
|
steps:
|
||||||
- name: restart-bot
|
- name: restart-bot
|
||||||
image: docker/compose:latest # Image with Docker Compose
|
image: docker/compose:latest # Image with Docker Compose
|
||||||
volumes:
|
# volumes:
|
||||||
# Explicitly mounting docker_sock for this step's container
|
# # Explicitly mounting docker_sock for this step's container
|
||||||
- name: docker_sock
|
# - name: docker_sock
|
||||||
path: /var/run/docker.sock
|
# path: /var/run/docker.sock
|
||||||
# Mounting the docker-compose.yml directory
|
# # Mounting the docker-compose.yml directory
|
||||||
- name: docker_compose_dir
|
# - name: docker_compose_dir
|
||||||
path: /app # Mount point inside the container
|
# path: /app # Mount point inside the container
|
||||||
commands:
|
commands:
|
||||||
- cd /app
|
- cd /app
|
||||||
# Execute the Docker Compose command
|
# Execute the Docker Compose command
|
||||||
|
|||||||
Reference in New Issue
Block a user