Skip to content

Commit

Permalink
Removes alb access logs, alb delete protection and efs backup plans t…
Browse files Browse the repository at this point in the history
…o allow automated deployment and destruction of module
  • Loading branch information
gabebatista committed Sep 30, 2024
1 parent ee3e925 commit 452db19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jenkins-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Plan: Generates a tf plan of the deployment and posts it as a comment in the triggering PR
plan:
runs-on: ubuntu-latest
environment: ${ GITHUB_ENVIRONMENT }
environment: $GITHUB_ENVIRONMENT
defaults:
run:
working-directory: modules/jenkins/examples/complete
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
# Deploy: After manual approval, deploys the solution to the designated AWS account
deploy:
needs: [ plan ]
environment: ${ GITHUB_ENVIRONMENT }
environment: $GITHUB_ENVIRONMENT
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
destroy:
needs: [ deploy ]
runs-on: ubuntu-latest
environment: ${ GITHUB_ENVIRONMENT }
environment: $GITHUB_ENVIRONMENT
defaults:
run:
working-directory: modules/jenkins/examples/complete
Expand Down

0 comments on commit 452db19

Please sign in to comment.