Skip to content

Commit 70aa2cc

Browse files
authored
Update ci_cd.yml
1 parent 72a7e9c commit 70aa2cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
6464
- name: Build and Deploy Docker Image
6565
run: |
66-
docker compose -f _cd_pipeline.yml build
67-
docker compose -f _cd_pipeline.yml down --remove-orphans
68-
docker compose -f _cd_pipeline.yml up --build -d
66+
docker-compose -f _cd_pipeline.yml build
67+
docker-compose -f _cd_pipeline.yml down --remove-orphans
68+
docker-compose -f _cd_pipeline.yml up --build -d
6969
7070
- name: Post-deployment cleanup
7171
if: always()

0 commit comments

Comments
 (0)