mirror of
https://github.com/usememos/memos.git
synced 2025-02-22 14:17:48 +01:00
Revert "chore: retire demo site (#1659)" This reverts commit cd2bdab6831eeebfd3cfda633fad4e04e884aba5.
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
|
|
```
|
|
|