Compare commits

..

No commits in common. "5dcae8d0e1f1e967989742f3815971ed0ad02b8e" and "07918006c73e72d02833d063020e29f76282a3ed" have entirely different histories.

3 changed files with 693 additions and 662 deletions

View file

@ -1,24 +0,0 @@
name: deploy
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
-
name: checkout
uses: actions/checkout@v4
-
name: Set up Docker BuildX
uses: docker/setup-buildx-action@v3
-
name: build
run: docker compose build
-
name: up
run: docker compose up -d
-
name: prune
run: docker image prune

View file

@ -23,6 +23,6 @@
"@vitejs/plugin-vue": "^4.1.0",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vue-tsc": "^2.1.6"
"vue-tsc": "^1.4.2"
}
}

File diff suppressed because it is too large Load diff