Skip to content
Snippets Groups Projects
Verified Commit d296bd75 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

fix: correct path to envoy command in GitLab CI configuration

This commit updates the path to the envoy command in the `.gitlab-ci.yml` file, fixing the incorrect path from `~/.config/composer/vendor/bin/envoy` to `/config/composer/vendor/bin/envoy`.
parent 75c18b47
No related branches found
No related tags found
No related merge requests found
Pipeline #973 passed
...@@ -35,7 +35,7 @@ deploy_production: ...@@ -35,7 +35,7 @@ deploy_production:
- ssh-add <(echo "$SSH_PRIVATE_KEY") - ssh-add <(echo "$SSH_PRIVATE_KEY")
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- ~/.config/composer/vendor/bin/envoy run deploy --commit="$CI_COMMIT_SHA" - /config/composer/vendor/bin/envoy run deploy --commit="$CI_COMMIT_SHA"
environment: environment:
name: production name: production
url: https://rann-graphic-design.fr/ url: https://rann-graphic-design.fr/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment