fixed ini
continuous-integration/drone/push Build is running Details

This commit is contained in:
giles 2023-10-20 13:12:30 +01:00
parent 305765f31d
commit a7666c0811
2 changed files with 5 additions and 3 deletions

View File

@ -151,7 +151,7 @@ steps:
- .
target: /stack/gitea
- name: deploy commit
- name: deploy commit ${DRONE_COMMIT_SHA}
when:
branch:
- actions
@ -222,7 +222,7 @@ steps:
from_secret: gitea-security-secret-key
GITEA_SERVER_LFS_JWT_SECRET:
from_secret: gitea-server-lfs-jwt-secret
- name: deploy tag
- name: deploy tag ${DRONE_TAG}
when:
event:
- tag

View File

@ -25,11 +25,13 @@ DISABLE_SSH = false
SSH_PORT = 22
SSH_LISTEN_PORT = 22
LFS_START_SERVER = true
LFS_CONTENT_PATH = /data/git/lfs
DOMAIN = ${GITEA_DOMAIN}
LFS_JWT_SECRET = ${GITEA_SERVER_LFS_JWT_SECRET}
OFFLINE_MODE = false
[lfs]
PATH = /data/git/lfs
[database]
PATH = /data/gitea/gitea.db
DB_TYPE = sqlite3