restart firefox after deploy
CI / build (push) Successful in 9s
CI / lint (push) Successful in 10s
CI / create-and-publish-docker-image (push) Failing after 10s

This commit is contained in:
2026-06-27 22:04:38 +02:00
parent aa1a9956fe
commit 29a797baf7
+3
View File
@@ -88,6 +88,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
set -e
HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d '"')
cd monitor-im-flur || exit 1
git clean -dfx
git reset --hard HEAD
@@ -96,4 +97,6 @@ jobs:
docker compose down --remove-orphans || true
docker compose up -d
docker image prune -f
pkill -f firefox || true
hyprctl dispatch exec 'firefox -kiosk http://localhost:9123'