Compare commits
No commits in common. "5dcae8d0e1f1e967989742f3815971ed0ad02b8e" and "07918006c73e72d02833d063020e29f76282a3ed" have entirely different histories.
5dcae8d0e1
...
07918006c7
3 changed files with 693 additions and 662 deletions
|
@ -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
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
1329
frontend/yarn.lock
1329
frontend/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue