Skip to content

Commit 61efd55

Browse files
committed
Remove CMS service info from readme
1 parent 74bc662 commit 61efd55

File tree

4 files changed

+3
-25
lines changed

4 files changed

+3
-25
lines changed

.env.sample

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,3 @@ DATABASE_USER=postgres
22
DATABASE_PASSWORD=password
33
DATABASE_HOST=db
44
DATABASE_PORT=5432
5-
6-
SCRIVITO_TENANT=
7-
SCRIVITO_API_KEY=
8-
SCRIVITO_EMAIL=test@example.com
9-
SCRIVITO_PASSWORD=testpassword

.github/workflows/test.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,8 @@ jobs:
4545
bundle exec rails db:create
4646
bundle exec rails db:setup
4747
48-
- name: 🔧 Test with/without Scrivito
49-
env:
50-
SCRIVITO_EMAIL: test@example.com
51-
SCRIVITO_PASSWORD: testpassword
52-
SCRIVITO_TENANT: ${{ secrets.SCRIVITO_TENANT }}
53-
SCRIVITO_API_KEY: ${{ secrets.SCRIVITO_API_KEY }}
54-
run: |
55-
if [ '${{ github.actor }}' == *'dependabot'* ]; then
56-
echo 'Run test without Scrivito with PR by Dependabot'
57-
bundle exec rspec spec --tag ~@scrivito
58-
elif [ '${{ github.event.pull_request.head.repo.full_name }}' != '${{ github.repository }}' ]; then
59-
echo 'Run test without Scrivito with PR by ${{ github.actor }}'
60-
bundle exec rspec spec --tag ~@scrivito
61-
else
62-
echo 'Run test with Scrivito by organization members'
63-
bundle exec rspec spec
64-
fi
48+
- name: 🔧 Test
49+
run: bundle exec rspec spec
6550

6651
deploy:
6752
needs: test

NOTICE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ See [Gemfile](https://github.com/coderdojo-japan/coderdojo.jp/blob/master/Gemfil
1818
- [coderdojo-tokyo/web](https://github.com/coderdojo-tokyo/web)
1919
- [Twitter Bootstrap](http://getbootstrap.com/)
2020
- [Clean Blog](https://startbootstrap.com/template-overviews/clean-blog/)
21-

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ https://speakerdeck.com/yasulab/case-study-rails-cms-for-coderdojo
8585
- [Ruby](https://www.ruby-lang.org/ja/)
8686
- [Ruby on Rails](http://rubyonrails.org/)
8787
- [PostgreSQL](https://www.postgresql.jp/)
88-
- [Scrivito](https://scrivito.com/)
89-
- (:warning: *NOTE: Scrivito チームと相談し、今後別の仕組みに置き換わる予定です*)
88+
9089

9190
セットアップ方法の方法は次の通りです。
9291

0 commit comments

Comments
 (0)