mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-12-22 16:54:26 +01:00
Update gitea
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
b9296c280d
commit
112df38652
@ -1,6 +1,6 @@
|
|||||||
name: Build And Test
|
name: Build And Test
|
||||||
run-name: ${{ gitea.actor }} is runs ci pipeline
|
run-name: ${{ gitea.actor }} is runs ci pipeline
|
||||||
# on: [ push, pull_request ]
|
on: [ push ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -11,6 +11,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- database_gitea
|
- database_gitea
|
||||||
- caddy
|
- caddy
|
||||||
|
ports:
|
||||||
|
- "2222:2222"
|
||||||
env_file:
|
env_file:
|
||||||
- env/gitea.env
|
- env/gitea.env
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user