Skip to content

Commit

Permalink
Fix ci and compose prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed Aug 15, 2024
1 parent bb71a0e commit 71e6864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
target: production
args:
VERSION: production
volumes: !reset []
ports:
- 80:80

Expand Down

0 comments on commit 71e6864

Please sign in to comment.