From 71e6864c340919272bda1558b1a21d3363bfe670 Mon Sep 17 00:00:00 2001 From: ldeluigi <44567586+ldeluigi@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:05:15 +0200 Subject: [PATCH] Fix ci and compose prod --- .github/workflows/ci.yml | 1 + docker-compose.prod.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 369d97ab..1aeb3b00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,6 +208,7 @@ jobs: uses: actions/download-artifact@v4 with: name: spellbook-discord-bot + path: /tmp - name: Load image from artifact 🐳 run: | docker load --input /tmp/spellbook-backend.tar diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index ed41ab66..dd37e934 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -9,6 +9,7 @@ services: target: production args: VERSION: production + volumes: !reset [] ports: - 80:80