Compare commits

..

10 commits

Author SHA1 Message Date
5dcae8d0e1 Bump vue-tsc
Some checks are pending
deploy / build (push) Waiting to run
2024-09-30 22:29:39 +03:00
Andrey
22e1d8e148 Update .gitea/workflows/main.yml 2024-09-23 19:48:01 +00:00
Andrey
a3fc03ad53 Update .gitea/workflows/main.yml 2024-09-23 19:37:20 +00:00
Mootfrost777
2914e966c5 getting rid of docker install 2023-10-20 21:00:45 +03:00
Mootfrost777
e61b8c2d17 getting rid of docker install 2023-10-20 20:55:09 +03:00
Mootfrost777
cee9a25153 crutch 2023-10-20 20:49:23 +03:00
Mootfrost777
49a38e4d96 crutch 2023-10-20 20:44:58 +03:00
Mootfrost777
719643182e Continue 2023-10-20 20:40:28 +03:00
Mootfrost777
b6622118d5 Gitea actions experiments 2023-10-20 20:31:35 +03:00
Mootfrost777
6edc697f13 Migrate to gitea actions 2023-10-20 18:08:25 +03:00
3 changed files with 661 additions and 692 deletions

24
.gitea/workflows/main.yml Normal file
View 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

View file

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

File diff suppressed because it is too large Load diff