From d430a4fa4ec61cbf7fb6279d8392da2d63d6fd95 Mon Sep 17 00:00:00 2001 From: Skydust Date: Sun, 10 Sep 2023 00:32:02 +0200 Subject: [PATCH] Removed an unused volume --- .gitea/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/production.yml b/.gitea/workflows/production.yml index b3c23b5..b548399 100644 --- a/.gitea/workflows/production.yml +++ b/.gitea/workflows/production.yml @@ -51,5 +51,5 @@ jobs: docker rm ${{ env.DOCKER_IMAGE_NAME }} || true docker image rm \${PREVIOUS_IMAGE} || true docker pull gitea.skydust.fr/${{ secrets.DOCKER_USER }}/${{ env.DOCKER_IMAGE_NAME }}:latest - docker run --restart=always -v /opt/JdrBot/Songs:/app/Songs -v /opt/JdrBot/logs:/app/logs -d --name="${{ env.DOCKER_IMAGE_NAME }}" gitea.skydust.fr/${{ secrets.DOCKER_USER }}/${{ env.DOCKER_IMAGE_NAME }}:latest + docker run --restart=always -v /opt/JdrBot/Songs:/app/Songs -d --name="${{ env.DOCKER_IMAGE_NAME }}" gitea.skydust.fr/${{ secrets.DOCKER_USER }}/${{ env.DOCKER_IMAGE_NAME }}:latest EOF \ No newline at end of file