mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
Update build_system_image.yml
This commit is contained in:
parent
50f9022722
commit
a577d0cbea
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build_system_image.yml
vendored
8
.github/workflows/build_system_image.yml
vendored
|
|
@ -48,10 +48,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker-compose --project-name ${{ github.event.pull_request.head.ref }} -f ~/gitops/${{ github.event.pull_request.head.ref }}.yaml up -d
|
docker-compose --project-name ${{ github.event.pull_request.head.ref }} -f ~/gitops/${{ github.event.pull_request.head.ref }}.yaml up -d
|
||||||
sleep 60
|
sleep 60
|
||||||
- name: Create the site
|
# - name: Create the site
|
||||||
run: |
|
# run: |
|
||||||
docker-compose --project-name ${{ github.event.pull_request.head.ref }} exec backend \
|
# docker-compose --project-name ${{ github.event.pull_request.head.ref }} exec backend \
|
||||||
bench new-site --no-mariadb-socket --admin-password=${{ vars.MARIADB_PASSWORD }} --db-root-password=${{ vars.MARIADB_PASSWORD }} --install-app erpnext --set-default ${{ github.event.pull_request.head.ref }}
|
# bench new-site --no-mariadb-socket --admin-password=${{ vars.MARIADB_PASSWORD }} --db-root-password=${{ vars.MARIADB_PASSWORD }} --install-app erpnext --set-default ${{ github.event.pull_request.head.ref }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue