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

Merge branch 'linting' of gitlab.viarezo.fr:raptornythorink/eatfast-website into linting

parents 594e992a 59497c26
No related branches found
No related tags found
1 merge request!22improve ci
Pipeline #43826 failed
...@@ -160,7 +160,9 @@ lint-front: ...@@ -160,7 +160,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