set HYPRLAND_INSTANCE_SIGNATURE
Some checks failed
CI / build (push) Successful in 13s
CI / create-and-publish-docker-image (push) Failing after 7s
CI / lint (push) Successful in 8s

This commit is contained in:
2025-08-31 18:25:32 +02:00
parent 6189b80ff1
commit 0d94904c50

View File

@@ -45,7 +45,6 @@ jobs:
needs: [build] needs: [build]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4
- uses: christopherhx/gitea-download-artifact@v4 - uses: christopherhx/gitea-download-artifact@v4
with: with:
name: dist name: dist
@@ -70,8 +69,7 @@ jobs:
password: ${{ secrets.GARRISON_DOCKER_PASSWORD }} password: ${{ secrets.GARRISON_DOCKER_PASSWORD }}
script: | script: |
cd monitor-im-flur cd monitor-im-flur
echo "Deploying Docker container..." export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d "'\"")
$HYPRLAND_INSTANCE_SIGNATURE
hyprctl dispatch exec 'pkill firefox' hyprctl dispatch exec 'pkill firefox'
hyprctl dispatch exec 'firefox -kiosk localhost:9123' hyprctl dispatch exec 'firefox -kiosk localhost:9123'
git clean -dfx git clean -dfx