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:07:46 +02:00
parent aa1a9956fe
commit 5967b24d11
+3 -2
View File
@@ -87,7 +87,7 @@ jobs:
username: docker
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
set -e
export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d '"')
cd monitor-im-flur || exit 1
git clean -dfx
git reset --hard HEAD
@@ -95,5 +95,6 @@ jobs:
docker compose pull
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'