-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add check for missing airnode deployment files * Enable ora warn and info logging while spinner is spinning * Add changeset * Fix missing latestDeployment children object * Skip fetching deployment files if config.json or secrets.env is missing * Refactor checking for bucket missing files, add check to deployAirnode * Fix missing file check * Fix missing files object keys * Remove use of TF_STATE_FILENAME to fix tests * Remove duplicate logging of invalid bucket directory * Wrap file fetching and JSON.parse with go, refactor names
- Loading branch information
Showing
4 changed files
with
113 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@api3/airnode-deployer': patch | ||
--- | ||
|
||
Add check for missing secrets.env, config.json, default.tfstate files in bucket |
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
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
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