mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 16:25:09 +00:00
Update setup_site.yml
This commit is contained in:
parent
d46daaf45b
commit
6b7b01d0ab
1 changed files with 1 additions and 6 deletions
7
.github/workflows/setup_site.yml
vendored
7
.github/workflows/setup_site.yml
vendored
|
|
@ -48,12 +48,7 @@ jobs:
|
|||
- name: Create the site
|
||||
run: |
|
||||
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 \
|
||||
--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
|
||||
|
||||
bench new-site --no-mariadb-socket --mariadb-root-password fintech2023 --install-app erpnext --admin-password fintech2023 agent.fintechsys.net
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue