From 776e03771944c698acb3ad5ef4e395015123073c Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 19 Sep 2023 00:21:33 +0530 Subject: [PATCH] fix: CI: mount entire conf dir --- .woodpecker.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ded9854..b44ddd9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -22,14 +22,10 @@ services: forgejo: image: codeberg.org/forgejo/forgejo:1.20.1-0 environment: - - USER_UID=1000 - - USER_GID=1000 - - FORGEJO_cors_ENABLED=true - - FORGEJO_cors_ALLOW_DOMAIN="*" - - FORGEJO_cors_METHODS="GET,HEAD,POST,PUT,PATCH,DELETE,OPTIONS" - - FORGEJO_cors_ALLOW_CREDENTIALS=false + - USER_UID=1001 + - USER_GID=1001 volumes: - - /woodpecker/src/git.batsense.net/realaravinth/forgejo-notifications-core/integration/conf/ci/app.ini:/data/gitea/conf/app.ini + - /woodpecker/src/git.batsense.net/realaravinth/forgejo-notifications-core/integration/conf/ci/:/data/gitea/conf/ # # deploy_docs: # image: python