Changes
1 changed files (+1/-1)
-
-
@@ -7,6 +7,6 @@ * [feature-activitypub](https://gitea.com/Ta180m/gitea/src/branch/feature-activitypub) corresponds to [PR #19133](https://github.com/go-gitea/gitea/pull/19133) which has been merged.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`.
-