Skip to content

Commit

Permalink
プラグインをインストールしてパッケージ
Browse files Browse the repository at this point in the history
  • Loading branch information
okazy committed Oct 16, 2020
1 parent b16a358 commit c78b485
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,16 @@ jobs:
- name: Translate to templates
run: php bin/template_jp.php

- name: Install Eccube
run: bin/console e:i --no-interaction
- name: Setup EC-CUBE
env:
DATABASE_URL: sqlite:///var/eccube.db
DATABASE_SERVER_VERSION: 3
run: |
bin/console doctrine:database:create
bin/console doctrine:schema:create
bin/console eccube:fixtures:load
- name: Install Plugin
- name: Setup Plugin
run: |
bin/console doctrine:query:sql "update dtb_base_info set authentication_key='fvX4bYNFRPkJPSBeuw7JoWyG0HXSlsFeSjTQ6Cie'"
bin/console eccube:composer:require "ec-cube/RelatedProduct4:^4.0"
Expand Down

0 comments on commit c78b485

Please sign in to comment.