Skip to content
Snippets Groups Projects

improve ci

1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -159,7 +159,9 @@ lint-front:
docker-compose up -d &&
exit" ; else
- 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
Loading