mirror of
https://github.com/usememos/memos.git
synced 2024-12-29 22:33:39 +03:00
12 lines
156 B
Markdown
12 lines
156 B
Markdown
# Updating memos after deploying
|
|
|
|
## fly.io
|
|
|
|
### update to latest
|
|
Under the directory where you had your `fly.toml` file
|
|
|
|
```
|
|
flyctl deploy
|
|
```
|
|
|