Compare commits
10 commits
07918006c7
...
5dcae8d0e1
Author | SHA1 | Date | |
---|---|---|---|
5dcae8d0e1 | |||
![]() |
22e1d8e148 | ||
![]() |
a3fc03ad53 | ||
![]() |
2914e966c5 | ||
![]() |
e61b8c2d17 | ||
![]() |
cee9a25153 | ||
![]() |
49a38e4d96 | ||
![]() |
719643182e | ||
![]() |
b6622118d5 | ||
![]() |
6edc697f13 |
3 changed files with 661 additions and 692 deletions
24
.gitea/workflows/main.yml
Normal file
24
.gitea/workflows/main.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
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",
|
"@vitejs/plugin-vue": "^4.1.0",
|
||||||
"typescript": "^5.0.2",
|
"typescript": "^5.0.2",
|
||||||
"vite": "^4.3.2",
|
"vite": "^4.3.2",
|
||||||
"vue-tsc": "^1.4.2"
|
"vue-tsc": "^2.1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1327
frontend/yarn.lock
1327
frontend/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue