mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-08-11 20:21:04 +02:00
@@ -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:
|
||||||
|
Reference in New Issue
Block a user