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

ci

parent a5e3baee
No related branches found
No related tags found
1 merge request!20Clean docker compose
Pipeline #43804 passed
......@@ -149,6 +149,8 @@ lint:
docker-compose up -d &&
exit" ; else
- cd ./frontend
- echo 'REACT_APP_BASE_URL_BACK="http://localhost:8000/api"' > .env;
- echo 'REACT_APP_BASE_URL_FRONT="http://eatfast.cs-campus.fr"' >> .env;
- npm install && npm run build
- 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