Removed an unused volume
All checks were successful
Production deployment / Build (push) Successful in 2m0s
Production deployment / Deploying (push) Successful in 18s

This commit was merged in pull request #5.
This commit is contained in:
2023-09-10 00:32:02 +02:00
parent 7c930d3020
commit d430a4fa4e

View File

@@ -51,5 +51,5 @@ jobs:
docker rm ${{ env.DOCKER_IMAGE_NAME }} || true docker rm ${{ env.DOCKER_IMAGE_NAME }} || true
docker image rm \${PREVIOUS_IMAGE} || true docker image rm \${PREVIOUS_IMAGE} || true
docker pull gitea.skydust.fr/${{ secrets.DOCKER_USER }}/${{ env.DOCKER_IMAGE_NAME }}:latest 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 EOF