Skip to content

Commit

Permalink
docs(front): update commands usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerri-Cofannos committed Oct 17, 2023
1 parent 57cf751 commit 28e67c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions front/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ NEXTAUTH_URL=http://localhost:3000
```

```
// .env.development (used for yarn sst dev)
// .env.development (used for yarn dev_sst)
AWS_PROFILE_NAME=<your_aws_profile_name>
SST_STAGE_NAME=<your_name>-dev
DATABASE_URL=<your_database_uri>?pgbouncer=true
Expand All @@ -42,7 +42,7 @@ NEXTAUTH_URL=http://localhost:3000
```

```
// .env.production (used for yarn sst deploy)
// .env.production (used for yarn deploy)
AWS_PROFILE_NAME=<your_aws_profile_name>
SST_STAGE_NAME=staging
DATABASE_URL=<your_database_uri>?pgbouncer=true
Expand All @@ -69,4 +69,6 @@ Note that `?pgbouncer=true` is required at the end of DATABASE_URL ([see issue](

# Deploying to staging

This is the command to deploy the local code straight to staging (without going through a PR). We discourage its usage but it can be useful for debugging.

- `yarn deploy`

0 comments on commit 28e67c8

Please sign in to comment.