Skip to content

Commit

Permalink
Testing deploy x2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Dec 29, 2023
1 parent fa0d742 commit 02f3f00
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/deploy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ jobs:

# tf_state_bucket_destroy: true
# tf_stack_destroy: true
# - name: Create 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
#
# #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
# prometheus-enable: true
# grafana-enable: true
- name: Create 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

#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
prometheus-enable: true
grafana-enable: true

- name: Create EKS Cluster2
uses: bitovi/github-actions-deploy-eks@bitops-conditional-helm
Expand Down

0 comments on commit 02f3f00

Please sign in to comment.