From ea93063465d589a6f2f469a7f11a9b84ef163554 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sun, 31 Aug 2025 21:08:08 +0200 Subject: [PATCH] restart firefox after pull --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f083b1..d163181 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,12 +69,13 @@ jobs: password: ${{ secrets.GARRISON_DOCKER_PASSWORD }} script: | cd monitor-im-flur - export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d "'\"") - hyprctl dispatch exec 'pkill firefox' - hyprctl dispatch exec 'firefox -kiosk localhost:9123' git clean -dfx git reset --hard HEAD git pull docker-compose pull docker-compose down docker-compose up -d + export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d "'\"") + hyprctl dispatch exec 'pkill firefox' + hyprctl dispatch exec 'firefox -kiosk localhost:9123' +