From db6c0c8817bf0a612b4317e8f98347c11d751e83 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:12:48 +0300 Subject: [PATCH] Update setup_site.yml --- .github/workflows/setup_site.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/setup_site.yml b/.github/workflows/setup_site.yml index c254bc0e..cda2182d 100644 --- a/.github/workflows/setup_site.yml +++ b/.github/workflows/setup_site.yml @@ -47,14 +47,14 @@ jobs: docker compose --project-name erpnext-one -f ~/gitopss/erpnext-one.yaml up -d - - name: Create the site - run: | - docker compose --project-name erpnext-one exec -T 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 \ - --install-app remittance_agent_service --install-app payment_management --install-app bank_services --install-app remittance_customize \ - --install-app remittance_network_manager --install-app erpnext_theme --install-app remittance_website --admin-password fintech2023 agent.fintechsys.net + # - name: Create the site + # run: | + # docker compose --project-name erpnext-one exec -T 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 \ + # --install-app remittance_agent_service --install-app payment_management --install-app bank_services --install-app remittance_customize \ + # --install-app remittance_network_manager --install-app erpnext_theme --install-app remittance_website --admin-password fintech2023 agent.fintechsys.net