From 4f2b50c37be9f3f325c67b16660e321395841040 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Wed, 7 Dec 2022 18:00:35 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8ae2c7..ad5e1a1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Optional: ### Example 1 - deploy using image: - +This method is preferred because you end up using Github servers to build your image and your own CapRover server just receives the built image. This is very useful specially if your server resources are limited. Specify `CAPROVER_APP_TOKEN` and `CAPROVER_HOST` as secret in your repo. Also change `env` section in the action and you're good to go!