From c55c1c6092fa073bd3997d135bc57bc6689e3969 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:22:16 +0300 Subject: [PATCH] Update build_system_image.yml --- .github/workflows/build_system_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index a6f47ad6..eb0d2bd4 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -65,7 +65,7 @@ jobs: - 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 + docker-compose --project-name ${{ github.event.pull_request.head.ref }} -f pwd.yml up -d - name: Create the site