Skip to content

Commit

Permalink
simpling docker update/deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
RichtXO committed Mar 17, 2024
1 parent 2852033 commit 7967c13
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
with:
ref: master

- name: Build Image
run: docker compose -f docker-compose.yml build

- 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 up -d
docker compose -f docker-compose.yml up -d --build

0 comments on commit 7967c13

Please sign in to comment.