File tree 4 files changed +3
-25
lines changed 4 files changed +3
-25
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,3 @@ DATABASE_USER=postgres
2
2
DATABASE_PASSWORD = password
3
3
DATABASE_HOST = db
4
4
DATABASE_PORT = 5432
5
-
6
- SCRIVITO_TENANT =
7
- SCRIVITO_API_KEY =
8
- SCRIVITO_EMAIL = test@example.com
9
- SCRIVITO_PASSWORD = testpassword
Original file line number Diff line number Diff line change 45
45
bundle exec rails db:create
46
46
bundle exec rails db:setup
47
47
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
65
50
66
51
deploy :
67
52
needs : test
Original file line number Diff line number Diff line change @@ -18,4 +18,3 @@ See [Gemfile](https://github.com/coderdojo-japan/coderdojo.jp/blob/master/Gemfil
18
18
- [ coderdojo-tokyo/web] ( https://github.com/coderdojo-tokyo/web )
19
19
- [ Twitter Bootstrap] ( http://getbootstrap.com/ )
20
20
- [ Clean Blog] ( https://startbootstrap.com/template-overviews/clean-blog/ )
21
-
Original file line number Diff line number Diff line change @@ -85,8 +85,7 @@ https://speakerdeck.com/yasulab/case-study-rails-cms-for-coderdojo
85
85
- [ Ruby] ( https://www.ruby-lang.org/ja/ )
86
86
- [ Ruby on Rails] ( http://rubyonrails.org/ )
87
87
- [ PostgreSQL] ( https://www.postgresql.jp/ )
88
- - [ Scrivito] ( https://scrivito.com/ )
89
- - (:warning : * NOTE: Scrivito チームと相談し、今後別の仕組みに置き換わる予定です* )
88
+
90
89
91
90
セットアップ方法の方法は次の通りです。
92
91
You can’t perform that action at this time.
0 commit comments