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

from http to https

parent f58d1284
Branches
No related tags found
1 merge request!31from http to https
Pipeline #43987 passed with warnings
...@@ -161,8 +161,8 @@ lint-front: ...@@ -161,8 +161,8 @@ lint-front:
docker-compose up -d && docker-compose up -d &&
exit" ; else exit" ; else
- cd ./frontend - cd ./frontend
- echo 'REACT_APP_BASE_URL_BACK="http://eatfast.cs-campus.fr/api"' > .env; - echo 'REACT_APP_BASE_URL_BACK="https://eatfast.cs-campus.fr/api"' > .env;
- echo 'REACT_APP_BASE_URL_FRONT="http://eatfast.cs-campus.fr"' >> .env; - echo 'REACT_APP_BASE_URL_FRONT="https://eatfast.cs-campus.fr"' >> .env;
- npm run build; - 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