DevopsArtFactory / goployer

AWS Deployer with Go
https://goployer.dev
Apache License 2.0
72 stars 13 forks source link

fix autoscaling alarm bug: #101

Closed GwonsooLee closed 3 years ago

GwonsooLee commented 3 years ago

Autoscaling alarm is created with same name so that policies in the autoscaling group are removed if other autoscaling group is created.

Fixed it

codecov[bot] commented 3 years ago

Codecov Report

Merging #101 into main will increase coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##            main    #101      +/-   ##
========================================
+ Coverage   6.65%   6.66%   +0.01%     
========================================
  Files         24      24              
  Lines       3247    3242       -5     
========================================
  Hits         216     216              
+ Misses      3020    3015       -5     
  Partials      11      11              
Impacted Files Coverage Δ
pkg/aws/cloudwatch.go 0.96% <0.00%> (+0.02%) :arrow_up:
pkg/deployer/bluegreen.go 2.34% <0.00%> (-0.01%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b4f79c9...04641df. Read the comment docs.