Skip to content

Commit

Permalink
Update deploy-prom.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Jan 26, 2024
1 parent f76cda5 commit 52bf47d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-prom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
steps:
- id: deploy
name: Deploy
uses: bitovi/github-actions-deploy-prometheus@main
uses: bitovi/github-actions-deploy-prometheus@Adding-prometheus-and-grafana-scrapping-options
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX }}
tf_state_bucket_destroy: true
tf_stack_destroy: true
#tf_stack_destroy: true
prometheus_scrape_interval: 60m
prometheus_retention_period: 365d

0 comments on commit 52bf47d

Please sign in to comment.