Skip to content
Snippets Groups Projects

ci

Merged Antoine Gaudron-Desjardins requested to merge clean_docker_compose into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -149,7 +149,7 @@ lint:
docker-compose up -d &&
exit" ; else
- cd ./frontend
- npm run build
- npm install && npm run build
- scp -r build/ eatfast@"$DOMAIN":/var/www/eatfast-website/frontend ; fi
Loading