Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
testing v2
Browse files Browse the repository at this point in the history
  • Loading branch information
okedeji committed Apr 24, 2024
1 parent ea0ef65 commit 01ebbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion allocmd/utilities/constants.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cliVersion = "0.3.16"
cliVersion = "0.3.17"
2 changes: 1 addition & 1 deletion allocmd/utilities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def generateProdCompose(env: Environment, type):
}
]

generate_all_files(env, file_configs, Command.DEPLOY)
generate_all_files(env, file_configs, Command.DEPLOY, type)
cprint(f"production docker compose file generated to be deployed", 'green')
# cprint(f"please run chmod -R +rx ./data/scripts to grant script access to the image", 'yellow')
else:
Expand Down

0 comments on commit 01ebbfb

Please sign in to comment.