We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a7e9c commit 70aa2ccCopy full SHA for 70aa2cc
.github/workflows/ci_cd.yml
@@ -63,9 +63,9 @@ jobs:
63
64
- name: Build and Deploy Docker Image
65
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
+ docker-compose -f _cd_pipeline.yml build
+ docker-compose -f _cd_pipeline.yml down --remove-orphans
+ docker-compose -f _cd_pipeline.yml up --build -d
69
70
- name: Post-deployment cleanup
71
if: always()
0 commit comments