From 89ac2276dcd46b7b04499724ed1558513e28f420 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:32:10 +0300 Subject: [PATCH] Update build_system_image.yml --- .github/workflows/build_system_image.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index c9c4392c..0777b163 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -43,14 +43,14 @@ jobs: -f pwd.yml config > ~/gitops/${{ github.event.pull_request.head.ref }}.yaml - # - name: Deploy the container - # run: | - # docker-compose --project-name ${{ github.event.pull_request.head.ref }} -f ~/gitops/${{ github.event.pull_request.head.ref }}.yaml up -d + - name: Deploy the container + run: | + docker-compose --project-name ${{ github.event.pull_request.head.ref }} -f ~/gitops/${{ github.event.pull_request.head.ref }}.yaml up -d - # - name: Create the site - # run: | - # docker-compose --project-name ${{ github.event.pull_request.head.ref }} exec -T 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 }} + - name: Create the site + run: | + docker-compose --project-name ${{ github.event.pull_request.head.ref }} exec -T 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 }} # - name: Create the site