Skip to content
Snippets Groups Projects
Commit 59497c26 authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

Merge branch 'main' into 'linting'

# Conflicts:
#   .gitlab-ci.yml
parents a00083ec 294c0cc9
No related branches found
No related tags found
1 merge request!22improve ci
Pipeline #43824 failed
...@@ -159,7 +159,9 @@ lint-front: ...@@ -159,7 +159,9 @@ lint-front:
docker-compose up -d && docker-compose up -d &&
exit" ; else exit" ; else
- cd ./frontend - cd ./frontend
- npm run build - echo 'REACT_APP_BASE_URL_BACK="http://eatfast.cs-campus.fr/api"' > .env;
- echo 'REACT_APP_BASE_URL_FRONT="http://eatfast.cs-campus.fr"' >> .env;
- npm run build;
- scp -r build/ eatfast@"$DOMAIN":/var/www/eatfast-website/frontend ; fi - scp -r build/ eatfast@"$DOMAIN":/var/www/eatfast-website/frontend ; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment