Migrate to gitea actions
This commit is contained in:
parent
07918006c7
commit
6edc697f13
1 changed files with 19 additions and 0 deletions
19
.gitea/workflows/main.yml
Normal file
19
.gitea/workflows/main.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: deploy
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
-
|
||||||
|
name: checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
-
|
||||||
|
name: build
|
||||||
|
run: docker compose build
|
||||||
|
-
|
||||||
|
name: up
|
||||||
|
run: docker compose up
|
||||||
|
-
|
||||||
|
name: prune
|
||||||
|
run: docker image prune
|
Loading…
Add table
Reference in a new issue