sync build tree from private myoffice

This commit is contained in:
myoffice-sync
2026-08-05 12:20:44 +00:00
parent e4f3696bd8
commit 985d115a3f
5 changed files with 19 additions and 34 deletions
+1 -5
View File
@@ -12,13 +12,9 @@ bash -c "$(curl -fsSL https://mygit.ase.com.ua/alexandr/myoffice_public/raw/bran
Creates an LXC with PostgreSQL + ASP.NET runtime, downloads the latest release, starts the app on port **9100**. Point your nginx LXC at `http://<ct-ip>:9100`.
Optional:
Optional overrides:
```bash
export GITEA_URL="https://mygit.ase.com.ua"
export GITEA_OWNER="alexandr"
export GITEA_REPO="myoffice_public"
export GITEA_BRANCH="master"
export RELEASE_TAG="latest" # or v1.2.3
```