Update setup_site.yml

This commit is contained in:
fal7w 2023-12-01 20:28:25 +03:00 committed by GitHub
parent 27cd8e2934
commit b35176ef55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 -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 \