@ossy/deployment-tools 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +1 -1
- package/src/caddy-client.js +2 -1
package/dist/index.js
CHANGED
|
@@ -28471,7 +28471,8 @@ class CaddyClient {
|
|
|
28471
28471
|
dns:{
|
|
28472
28472
|
provider:{
|
|
28473
28473
|
'max_retries': 10,
|
|
28474
|
-
name: 'route53'
|
|
28474
|
+
name: 'route53',
|
|
28475
|
+
'aws_profile': 'ci-client'
|
|
28475
28476
|
}
|
|
28476
28477
|
}
|
|
28477
28478
|
},
|
package/package.json
CHANGED