Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKolodko committed Nov 15, 2024
1 parent 2cbf206 commit 03a40db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
### Google Cloud Storage
https://console.cloud.google.com/storage/browser/pump-fun-metadata

### Generate RSA keys and set env variables
https://stackoverflow.com/a/68730638/7311367

### Recreate DB
```shell
flyctl scale count 0
Expand All @@ -21,7 +24,9 @@ create database pump_fun_backend;

\q

flyctl deploy
// set new env variables if needed

flyctl deploy --ha=false

flyctl scale count 1
```
1 change: 0 additions & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ primary_region = 'arn'
auto_stop_machines = 'off'
auto_start_machines = true
min_machines_running = 0
max_machines_running = 1
processes = ['app']

[[vm]]
Expand Down

0 comments on commit 03a40db

Please sign in to comment.