Skip to content

Commit

Permalink
ワークフロー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Nov 12, 2024
1 parent 76c6f89 commit ea227d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Set environment variables from .env file1
run: |
echo "${{ secrets.DB_ENV_FILE }}" > .env
Expand All @@ -25,6 +25,9 @@ jobs:
- name: Build Docker compose up
run: docker compose -f compose.dev.yml up --build -d

- name: npm run build
run: docker compose exec app npm run install

- name: npm run build
run: docker compose exec app npm run build
Expand Down

0 comments on commit ea227d0

Please sign in to comment.