Skip to content

Commit 98361eb

Browse files
committed
Add deploy instruction
1 parent cb8899d commit 98361eb

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ In the project directory, you can run:
2222
1. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
2323
1. 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+
2528
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

src/utils/commands.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@
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
},

0 commit comments

Comments
 (0)