Skip to content

Commit

Permalink
Added default docker compose file for push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Lundberg Suter committed Mar 9, 2025
1 parent c1185d9 commit c36d240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: self-hosted
env:
REPO_NAME: ${{ github.event.repository.name }}
COMPOSE_FILE: ${{ github.event.inputs.config }}
COMPOSE_FILE: ${{ github.event.inputs.config || 'docker-compose.dev.yml' }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit c36d240

Please sign in to comment.