-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deploy_helper to append config directly
Before, we'll read the config file, append the new config, and write it back to the file. This is not ideal, and this caused the file to be too long sometimes, and it's hard to read. So we update the script to append the new config directly to the file. In the `application.properties`, even with the same key, the last one will be used. Therefore, we can just append the new config to the file.
- Loading branch information
1 parent
06ec4e2
commit 3a7fdf6
Showing
1 changed file
with
3 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters