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

This commit is contained in:
2026-06-27 22:12:08 +02:00
parent aa1a9956fe
commit 616b7d24bb
+9 -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,12 @@ jobs:
docker compose pull
docker compose down --remove-orphans || true
docker compose up -d
docker image prune -f
printf "stopping firefox...\n"
hyprctl monitors
printf "starting firefox in kiosk mode...\n"
hyprctl dispatch exec 'firefox -kiosk http://localhost:9123'