Compare commits

..

1 Commits

Author SHA1 Message Date
e2d96a5bca Bouncing Amogus 2025-08-31 18:13:08 +02:00

View File

@@ -18,8 +18,6 @@ jobs:
run: bun install
- name: Build
run: bun run build
- name: Write git hash into dist
run: echo "export const GIT_HASH = '$(git rev-parse HEAD)';" > dist/git-hash.js
- name: Create Build Artifact
uses: christopherhx/gitea-upload-artifact@v4
with:
@@ -41,7 +39,7 @@ jobs:
- name: Run Biome
run: biome ci .
create-and-publish-docker-image:
build-and-push-docker:
needs: [build]
runs-on: ubuntu-latest
steps:
@@ -71,9 +69,6 @@ jobs:
script: |
cd monitor-im-flur
echo "Deploying Docker container..."
$HYPRLAND_INSTANCE_SIGNATURE
hyprctl dispatch exec 'pkill firefox'
hyprctl dispatch exec 'firefox -kiosk localhost:9123'
git clean -dfx
git reset --hard HEAD
git pull