Skip to content

Commit

Permalink
Fixing container name
Browse files Browse the repository at this point in the history
  • Loading branch information
RichtXO committed Mar 18, 2024
1 parent 786c83b commit cfd63e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:

- name: Update Lil Mo
run: |
docker compose -f docker-compose.yml stop lil_mo &&
docker compose -f docker-compose.yml rm -f lil_mo &&
docker compose -f docker-compose.yml stop lil-mo &&
docker compose -f docker-compose.yml rm -f lil-mo &&
docker compose -f docker-compose.yml up -d

0 comments on commit cfd63e0

Please sign in to comment.