Skip to content

Commit

Permalink
fix: trying only to compose (no down or build)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolan committed Mar 10, 2025
1 parent 1b84d41 commit 40eddfa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Check environment variables
run: env

- name: Stop and remove existing containers
run: |
docker compose -f docker-compose.dev.yml down
# - name: Stop and remove existing containers
# run: |
# docker compose -f docker-compose.dev.yml down

- name: Build Docker images
run: |
docker compose -f docker-compose.dev.yml build
# - name: Build Docker images
# run: |
# docker compose -f docker-compose.dev.yml build

- name: Run Docker containers
run: |
Expand Down

0 comments on commit 40eddfa

Please sign in to comment.