Skip to content

Commit

Permalink
fix(infra): keep env files in dev server (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak authored Nov 2, 2023
1 parent 5ea7734 commit 2a8503a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
clean: false
sparse-checkout: |
docker-compose.yml
docker-compose.dev.yml
Expand Down

0 comments on commit 2a8503a

Please sign in to comment.