summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-08-04 09:52:50 +0800
committerAnthony Wang2022-08-04 09:52:50 +0800
commit89590b60ce2693c842fe2617a6c5ca34e42f9f0b (patch)
tree98d50e76711f5bbc613a7d4a76192c42361f081a
parent726d4b066082927cd313c0d617337bc4f1ce9d60 (diff)
Add faster make watch-backend command
-rw-r--r--Development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Development.md b/Development.md
index df7043d..6373ec5 100644
--- a/Development.md
+++ b/Development.md
@@ -7,6 +7,6 @@ The [repository](https://gitea.com/Ta180m/gitea) has several branches:
All the other branches mostly contain some experimental or old code and aren't important.
-To deploy to my testing instance at https://test.exozy.me, I run `TAGS="sqlite sqlite_unlock_notify" make watch`.
+To deploy to my testing instance at https://test.exozy.me, I usually run `TAGS="bindata sqlite sqlite_unlock_notify" make watch-backend` or occasionally `TAGS="sqlite sqlite_unlock_notify" make watch` if developing the frontend.
For my other testing instance at https://git.exozy.me, I run `TAGS="bindata" make && sudo systemctl stop gitea && sudo cp gitea /usr/bin/gitea && sudo systemctl start gitea`. \ No newline at end of file