Skip to content

Commit

Permalink
Use deep clone so Indexer can handle existing branches
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jul 12, 2024
1 parent effa95c commit 6f3e6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod-stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
services = [
{
'name': 'Indexer',
'command': 'indexer',
'command': ['indexer', '--deep-clone'],
'memory': '256',
'secrets': [
'SSH_KEY', 'GH_Token',
Expand Down

0 comments on commit 6f3e6c8

Please sign in to comment.