Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
moonstar-x committed Aug 13, 2024
1 parent 2097c29 commit 5d7ab41
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ services:
>
> Make sure to replace `SOMETHING_SECRET` with a password for your database and `YOUR_DISCORD_TOKEN_HERE` with your bot's token.

And start it up:

```bash
docker compose up -d
```

Once you have it, you should deploy the commands. To do this, run:

```bash
docker compose run bot npm run deploy:prod
```

### With Node.js

Make sure to have at least Node.js 20.
Expand Down Expand Up @@ -106,6 +118,12 @@ POSTGRES_USER=dev
POSTGRES_PASSWORD=password
```

Deploy the commands:

```bash
npm run deploy:prod
```

And start the bot:

```bash
Expand Down

0 comments on commit 5d7ab41

Please sign in to comment.