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 29, 2023
1 parent f9b99a1 commit 8473899
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Destroy EKS Cluster
uses: bitovi/github-actions-deploy-eks@bitops-conditional-helm
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
# - name: Destroy EKS Cluster
# uses: bitovi/github-actions-deploy-eks@bitops-conditional-helm
# 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

tf_state_bucket_destroy: true
tf_stack_destroy: true
# tf_state_bucket_destroy: true
# tf_stack_destroy: true
- name: Create EKS Cluster
uses: bitovi/github-actions-deploy-eks@bitops-conditional-helm
with:
Expand All @@ -27,7 +27,7 @@ jobs:

tf_state_bucket_destroy: true

aws_eks_cluster_admin_role_arn: arn:aws:iam::755521597925:role/AWSReservedSSO_AdministratorAccess_402f22a297379e03
#aws_eks_cluster_admin_role_arn: arn:aws:iam::755521597925:role/AWSReservedSSO_AdministratorAccess_402f22a297379e03
aws_eks_create: true
# input_helm_charts:
#tf_stack_destroy: true
Expand Down

0 comments on commit 8473899

Please sign in to comment.