Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Jun 5, 2024
1 parent cae87ae commit 45ce221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test-caddy:
stage: test
extends: .docker
script:
- docker-compose
- docker compose
-f docker-compose.yml
-f docker/docker-compose.prod.yml
run --no-deps --rm caddy sh /etc/ci.sh
Expand Down Expand Up @@ -116,7 +116,7 @@ release-image:
- docker tag "${IMAGE_FULL_NAME}:latest" "${PROJECT_NAME}:latest" || true
script:
# Building the image itself:
- docker-compose
- docker compose
-f docker-compose.yml
-f docker/docker-compose.prod.yml
build --progress=plain web
Expand Down

0 comments on commit 45ce221

Please sign in to comment.