mirror of
https://github.com/usememos/memos.git
synced 2024-12-20 09:41:58 +03:00
e69f7c735b
Revert "chore: retire demo site (#1659)"
This reverts commit cd2bdab683
.
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
|
|
```
|
|
|