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

ci

parent fb21ecb8
No related branches found
No related tags found
1 merge request!20Clean docker compose
Pipeline #43806 passed
......@@ -149,8 +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;
# - 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