Skip to content

Commit

Permalink
new:v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oloruntobi Olurombi committed Aug 27, 2024
1 parent 705ee9d commit b740249
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/eks-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:

- name: Get EC2 Public IP
id: get_public_ip
run: echo "EC2_PUBLIC_IP=$(terraform output -raw ec2_public_ip)" >> $GITHUB_ENV
run: |
echo "EC2_PUBLIC_IP=$(terraform output -raw ec2_public_ip)" >> $GITHUB_ENV
echo "EC2_PUBLIC_IP"=${{ env.EC2_PUBLIC_IP }}
InstallTools:
runs-on: ubuntu-latest
Expand All @@ -86,6 +88,10 @@ jobs:
run: |
echo "EC2_PUBLIC_IP=${{ env.EC2_PUBLIC_IP }}"
- name: Debug Public IP
run: |
echo "Public IP: ${{ env.EC2_PUBLIC_IP }}"
- name: SSH and Install AWS CLI and kubectl
run: |
set -x
Expand Down

0 comments on commit b740249

Please sign in to comment.