From 1198d230cf527ca78db58e0d0dd397718e1a5524 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:29:41 +0300 Subject: [PATCH] Update build_system_image.yml --- .github/workflows/build_system_image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index eb0d2bd4..c5d0132e 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -59,13 +59,13 @@ jobs: run: | docker-compose --project-name ${{ github.event.pull_request.head.ref }} \ --env-file ~/gitops/${{ github.event.pull_request.head.ref }}.env \ - -f pwd.yml + -f pwd.yml up -d # 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 pwd.yml up -d + # - name: Deploy the container + # run: | + # docker-compose --project-name ${{ github.event.pull_request.head.ref }} -f pwd.yml up -d - name: Create the site