From 853916d0e666d875afd0bf28df37a0eac4a2bcca Mon Sep 17 00:00:00 2001 From: cosark <121065588+cosark@users.noreply.github.com> Date: Sat, 16 Mar 2024 11:33:01 -0700 Subject: [PATCH] Added deploy template for RepoCloud.io to README Integration with RepoCloud Deploy Template to the Focalboard GitHub page, enabling one-click deployment. This addition simplifies the process for users to quickly deploy and scale Focalboard using RepoCloud's efficient cloud hosting services. TOA form completed. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c1bf4aa98..12e6ee3e1 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,10 @@ You can build standalone apps that package the server to run locally against SQL Cross-compilation currently isn't fully supported, so please build on the appropriate platform. Refer to the GitHub Actions workflows (`build-mac.yml`, `build-win.yml`, `build-ubuntu.yml`) for the detailed list of steps on each platform. +### One Click Deployment Options (Third-Party) + +[![Deploy on RepoCloud](https://d16t0pc4846x52.cloudfront.net/deploy.png)](https://repocloud.io/details/?app_id=33) + ### Unit testing Before checking in commits, run `make ci`, which is similar to the `.gitlab-ci.yml` workflow and includes: