Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add stage selection #17

Open
jay2u8809 opened this issue Apr 5, 2024 · 1 comment
Open

add stage selection #17

jay2u8809 opened this issue Apr 5, 2024 · 1 comment
Assignees

Comments

@jay2u8809
Copy link
Owner

Contents

  • you can select stage with exclude or include keyword
    • if keyword(exclude or include) is empty, you send slack message to all stage
    • if stage is on both sides, include takes precedence
  • example
    •  custom:
         serverlessDeployHistory:
           exclude:
             - dev
             - qa
           include: 
             - production
           slack:
             webhook: 'https://hooks.slack.com/services/~'
             title: 'Sample Deploy History'
@jay2u8809 jay2u8809 self-assigned this Apr 5, 2024
@jay2u8809
Copy link
Owner Author

fix yaml

  • remove exclude, include fields
 custom:
   serverlessDeployHistory:
     stage:
       - dev
       - qa
     slack:
       webhook: 'https://hooks.slack.com/services/~'
       title: 'Sample Deploy History'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant