Compare commits
2
Commits
9b1ef90207
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edd5bdba04 | ||
|
|
05b69bc469 |
@@ -87,7 +87,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
host: rivercry.com
|
host: rivercry.com
|
||||||
port: 20022
|
port: 20022
|
||||||
username: docker
|
username: monitor
|
||||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
script: |
|
script: |
|
||||||
export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d '"')
|
export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d '"')
|
||||||
@@ -99,5 +99,5 @@ jobs:
|
|||||||
docker compose down --remove-orphans || true
|
docker compose down --remove-orphans || true
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
pkill firefox || true
|
pkill firefox || true
|
||||||
hyprctl dispatch exec 'firefox -kiosk http://localhost:9123'
|
hyprctl dispatch 'hl.dsp.exec_cmd("firefox -kiosk http://localhost:9123")'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user