Go to file
2025-08-15 14:32:43 +09:00
app dbms_init...1 2025-08-15 14:32:43 +09:00
public dbms_init...1 2025-07-07 09:55:24 +09:00
tests dbms init...1 2025-04-28 19:06:09 +09:00
writable dbms init...1 2025-04-28 19:06:09 +09:00
.gitignore dbms init...1 2025-04-28 19:06:09 +09:00
billing.sh dbms_init...1 2025-06-25 13:56:36 +09:00
builds dbms init...1 2025-04-28 19:06:09 +09:00
composer.json dbms_init...1 2025-05-12 11:13:11 +09:00
dbms_init_all.sq dbms_init...1 2025-06-11 19:09:22 +09:00
env dbms init...1 2025-04-28 19:06:09 +09:00
LICENSE dbms init...1 2025-04-28 19:06:09 +09:00
phpunit.xml.dist dbms init...1 2025-04-28 19:06:09 +09:00
preload.php dbms init...1 2025-04-28 19:06:09 +09:00
README.md dbms init...1 2025-05-03 22:35:47 +09:00
spark dbms init...1 2025-04-28 19:06:09 +09:00

Automation

Git Token 등록방법

  1. Gitea에 사용자설정->Application->Git Token생성
  2. git remote set-url origin http://idcjp:63f00b36a995ab40998c8f4b94ad786928ad2c84@gitlab.idcjp.jp:3000/idcjp/dbms.git
  3. git push origin main
  4. git config --global credential.helper store