Skip to content

Commit

Permalink
Merge pull request #2036 from minrk/close-paren
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim authored Sep 22, 2021
2 parents 03b13f4 + 9544a6c commit 3804b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def deploy(release, name=None):

# common config files
config_files = sorted(glob.glob(os.path.join("config", "common", "*.yaml")))
config_files.extend(sorted(glob.glob(os.path.join("secrets", "config", "common", "*.yaml")))
config_files.extend(sorted(glob.glob(os.path.join("secrets", "config", "common", "*.yaml"))))
# release-specific config files
for config_dir in ("config", "secrets/config"):
config_files.append(os.path.join(config_dir, release + ".yaml"))
Expand Down

0 comments on commit 3804b10

Please sign in to comment.