From e4d8567de0f13cf409709d5ff80aeb3092ab11fb Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:26:39 +0300 Subject: [PATCH] Update setup_site.yml --- .github/workflows/setup_site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup_site.yml b/.github/workflows/setup_site.yml index 0df619c1..4051c4bd 100644 --- a/.github/workflows/setup_site.yml +++ b/.github/workflows/setup_site.yml @@ -49,7 +49,7 @@ jobs: - name: Create the site run: | - docker compose --project-name erpnext-one exec backend + docker compose --project-name erpnext-one exec backend \ bench new-site --no-mariadb-socket --mariadb-root-password fintech2023 --install-app hrms --set-default \ --install-app rule_management --install-app remittance_base --install-app remittance --install-app bulk_remittance --install-app remittance_stellar_integration \ --install-app client_account_management --install-app teller_for_erpnext --install-app teller_for_agent \