File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,4 +22,7 @@ In the project directory, you can run:
22221 . Open [ http://localhost:3000 ] ( http://localhost:3000 ) to view it in the browser.
23231 . App will reload if you make edits. You will also see any lint errors in the console.
2424
25+ ## Deployment
26+ 1 . Runs ` npm run deploy ` to deploy.
27+
2528This project was bootstrapped with [ Create React App] ( https://github.com/facebook/create-react-app ) .
Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="utf-8 " />
5- < link rel ="icon " href ="%PUBLIC_URL% /images/Sourcegraph_Logomark_Color.png " />
5+ < link rel ="icon " href ="https://github.com/sourcegraph/support-generator/blob/main/public /images/Sourcegraph_Logomark_Color.png " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
77 < meta name ="theme-color " content ="#000000 " />
88 < meta
Original file line number Diff line number Diff line change 103103 "description" : " This allows you to access codeintel database and run psql commands on a running container."
104104 },
105105 "Generate the database dumps" : {
106- "command" : " docker exec" ,
107- "option" : " pgsql" ,
108- "command2" : " sh -c 'pg_dump -C --username sg sg' > sourcegraph_db.out" ,
106+ "command" : " docker exec pgsql sh -c 'pg_dump -C --username sg sg' > sourcegraph_db.out" ,
107+ "option" : " " ,
109108 "description" : " This allows you to generate the database dumps for the main database. Replace pgsql to codeintel-db for codeintel-db."
110109 }
111110 },
You can’t perform that action at this time.
0 commit comments