This is an automated email from the ASF dual-hosted git repository. ptuomola pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 60a4d71dd03b6cc95c35c952213ba2f2173f097f Author: Michael Vorburger <[email protected]> AuthorDate: Sat Sep 11 16:44:34 2021 +0200 Fix CI/CD to https://www.fineract.dev which was broken See https://github.com/vorburger/www.fineract.dev/issues/6 --- .github/workflows/fineract.dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fineract.dev.yaml b/.github/workflows/fineract.dev.yaml index 4b7c0b7..d4341c8 100644 --- a/.github/workflows/fineract.dev.yaml +++ b/.github/workflows/fineract.dev.yaml @@ -35,4 +35,4 @@ jobs: - run: gcloud beta builds triggers list - - run: gcloud beta builds triggers run deploy-demo + - run: gcloud beta builds triggers run deploy-demo --branch=master
