Skip to content

Commit

Permalink
ci: add entrypoint run to build deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 5, 2024
1 parent 98efa46 commit bf8d697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
image_name: ghcr.io/${{ github.repository }}/backend
build_context: src/backend
pre_command: docker compose up -d proxy
pre_command: docker compose up -d proxy && docker compose exec api /app-entrypoint.sh
compose_service: api
compose_command: pytest
tag_override: ci-${{ github.ref_name }}
Expand Down

0 comments on commit bf8d697

Please sign in to comment.