Pass DCAPE_ROOT as make variable instead of environment

This commit is contained in:
rail 2025-10-25 22:13:32 +03:00
parent 12916acbc7
commit ad2a586de2
1 changed files with 1 additions and 3 deletions

View File

@ -18,9 +18,7 @@ clone:
steps: steps:
deploy: deploy:
image: *dcape_img image: *dcape_img
environment:
- DCAPE_ROOT=/opt/dcape
commands: commands:
- make .default-deploy - make DCAPE_ROOT=/opt/dcape .default-deploy
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock