Go to file
2025-05-06 19:08:29 +09:00
app dbms_init...1 2025-05-06 19:08:29 +09:00
public dbms_init_base 2025-05-01 11:16:56 +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
builds dbms init...1 2025-04-28 19:06:09 +09:00
composer.json dbms init...1 2025-05-03 16:48:52 +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