fixed ini
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
This commit is contained in:
parent
305765f31d
commit
a7666c0811
|
@ -151,7 +151,7 @@ steps:
|
||||||
- .
|
- .
|
||||||
target: /stack/gitea
|
target: /stack/gitea
|
||||||
|
|
||||||
- name: deploy commit
|
- name: deploy commit ${DRONE_COMMIT_SHA}
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- actions
|
- actions
|
||||||
|
@ -222,7 +222,7 @@ steps:
|
||||||
from_secret: gitea-security-secret-key
|
from_secret: gitea-security-secret-key
|
||||||
GITEA_SERVER_LFS_JWT_SECRET:
|
GITEA_SERVER_LFS_JWT_SECRET:
|
||||||
from_secret: gitea-server-lfs-jwt-secret
|
from_secret: gitea-server-lfs-jwt-secret
|
||||||
- name: deploy tag
|
- name: deploy tag ${DRONE_TAG}
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
|
@ -25,11 +25,13 @@ DISABLE_SSH = false
|
||||||
SSH_PORT = 22
|
SSH_PORT = 22
|
||||||
SSH_LISTEN_PORT = 22
|
SSH_LISTEN_PORT = 22
|
||||||
LFS_START_SERVER = true
|
LFS_START_SERVER = true
|
||||||
LFS_CONTENT_PATH = /data/git/lfs
|
|
||||||
DOMAIN = ${GITEA_DOMAIN}
|
DOMAIN = ${GITEA_DOMAIN}
|
||||||
LFS_JWT_SECRET = ${GITEA_SERVER_LFS_JWT_SECRET}
|
LFS_JWT_SECRET = ${GITEA_SERVER_LFS_JWT_SECRET}
|
||||||
OFFLINE_MODE = false
|
OFFLINE_MODE = false
|
||||||
|
|
||||||
|
[lfs]
|
||||||
|
PATH = /data/git/lfs
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
PATH = /data/gitea/gitea.db
|
PATH = /data/gitea/gitea.db
|
||||||
DB_TYPE = sqlite3
|
DB_TYPE = sqlite3
|
||||||
|
|
Loading…
Reference in New Issue