restart firefox after deploy
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user