Skip to content

Commit

Permalink
update destroy actions
Browse files Browse the repository at this point in the history
DavidNic11 committed Jan 31, 2025
1 parent 70829db commit 1a378ce
Showing 3 changed files with 11 additions and 11 deletions.
File renamed without changes.
18 changes: 9 additions & 9 deletions .github/workflows/destroy-prod-manual.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: Destroy production (Manual)

on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
@@ -21,19 +21,19 @@ jobs:
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_JIRA_INTEGRATIONS}}
aws_default_region: us-east-1
aws_resource_identifier: bitovi-jira-timeline-report-prod

tf_state_bucket_destroy: true
tf_state_bucket: bitovi-jira-timeline-report-prod-tf-state
tf_stack_destroy: true

aws_r53_enable: true
aws_r53_sub_domain_name: timeline-report
aws_r53_domain_name: bitovi-jira.com
aws_r53_sub_domain_name: status-reports
aws_r53_domain_name: bitovi.tools
aws_elb_app_port: 3000

aws_ec2_instance_type: t3.small
aws_ec2_instance_root_vol_size: 30

# Provide a secret called `DOT_ENV` to append environment variables to the .env file
env_ghs: ${{ secrets.DOT_ENV }}

env_ghs: ${{ secrets.DOT_ENV }}
Original file line number Diff line number Diff line change
@@ -27,8 +27,8 @@ jobs:

aws_r53_enable: true
aws_r53_create_sub_cert: true
aws_r53_sub_domain_name: timeline-report-staging
aws_r53_domain_name: bitovi-jira.com
aws_r53_sub_domain_name: status-reports-staging
aws_r53_domain_name: bitovi.tools
aws_elb_app_port: 3000

docker_full_cleanup: true

0 comments on commit 1a378ce

Please sign in to comment.