Skip to content

Commit

Permalink
Update deploy-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Dec 11, 2023
1 parent a9d2d0a commit 2697db5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
# tf_stack_destroy: true

- name: Create EKS Cluster
uses: bitovi/github-actions-deploy-eks@main
uses: bitovi/github-actions-deploy-eks@commons-bump
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX}}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX}}
aws_default_region: us-east-1

aws_eks_create: true
aws_eks_create: false
tf_state_bucket_destroy: true
#tf_stack_destroy: true
tf_stack_destroy: true
aws_eks_cluster_name: leo-testing-stack

# - name: destroy2
Expand Down

0 comments on commit 2697db5

Please sign in to comment.