diff --git a/.circleci/misskey/default.yml b/.circleci/v10/default.yml similarity index 100% rename from .circleci/misskey/default.yml rename to .circleci/v10/default.yml diff --git a/.circleci/misskey/test.yml b/.circleci/v10/test.yml similarity index 100% rename from .circleci/misskey/test.yml rename to .circleci/v10/test.yml diff --git a/.circleci/v11/default.yml b/.circleci/v11/default.yml new file mode 100644 index 000000000..c842431d2 --- /dev/null +++ b/.circleci/v11/default.yml @@ -0,0 +1,14 @@ +url: 'http://misskey.local' +port: 80 +mongodb: + host: localhost + port: 27017 + db: misskey + user: syuilo + pass: '' +drive: + storage: 'db' +redis: + host: localhost + port: 6379 + pass: '' diff --git a/.circleci/v11/test.yml b/.circleci/v11/test.yml new file mode 100644 index 000000000..450c5a79d --- /dev/null +++ b/.circleci/v11/test.yml @@ -0,0 +1,15 @@ +url: 'http://misskey.local' +port: 80 +mongodb: + host: localhost + port: 27017 + db: test-misskey + user: admin + pass: '' +drive: + storage: 'db' +# __REDIS__ +redis: + host: localhost + port: 6379 + pass: ''