Skip to content

Commit

Permalink
PROD deploy 100 files at once
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Apr 13, 2024
1 parent 11e565f commit f55ae38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_forge_tick/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def _run_git_cmd(cmd):
return subprocess.run(cmd, shell=True, check=True)


def _deploy_batch(*, files_to_add, batch, n_added, max_per_batch=50):
def _deploy_batch(*, files_to_add, batch, n_added, max_per_batch=100):
# TODO: have function construct this
BUILD_URL = os.environ.get(BUILD_URL_KEY, "")

Expand Down

0 comments on commit f55ae38

Please sign in to comment.