1 file + 2 − 0 Inline Compare changes Side-by-side Inline Show whitespace changes Files 1 .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,8 @@ lint-front: docker-compose up -d && exit" ; else - cd ./frontend - 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 install && npm run build - scp -r build/ eatfast@"$DOMAIN":/var/www/eatfast-website/frontend ; fi Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,8 @@ lint-front: docker-compose up -d && exit" ; else - cd ./frontend - 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 install && npm run build - scp -r build/ eatfast@"$DOMAIN":/var/www/eatfast-website/frontend ; fi Loading