mirror of
https://github.com/usememos/memos.git
synced 2024-12-20 17:51:50 +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
|
||
|
```
|
||
|
|