diff options
author | Anthony Wang | 2022-07-11 00:51:33 +0800 |
---|---|---|
committer | Anthony Wang | 2022-07-11 00:51:33 +0800 |
commit | 53762040e78d350b6922d2dd8eeaf3baeb49a429 (patch) | |
tree | 4eb0290d32154b68e285b0930461d4a2fe337705 | |
parent | 16e88bf16fc7e1552f39f06e10a1559683e637ed (diff) |
Update 'Development'
-rw-r--r-- | Development.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Development.md b/Development.md index 3238eb3..29bcffd 100644 --- a/Development.md +++ b/Development.md @@ -7,4 +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.
-For testing, I run `TAGS="bindata" make && sudo systemctl stop gitea && sudo cp gitea /usr/bin/gitea && sudo systemctl start gitea` to deploy to https://git.exozy.me/ It's not the cleanest or fastest solution but it works.
+For testing, I run `TAGS="bindata sqlite sqlite_unlock_notify" make && sudo systemctl stop gitea && sudo cp gitea /usr/bin/gitea && sudo systemctl start gitea` to deploy to https://git.exozy.me/ It's not the cleanest or fastest solution but it works.
+
+I also have a testing instance at https://test.exozy.me.
\ No newline at end of file |