Skip to content

Commit

Permalink
fix ip ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
ER-Radi committed Mar 28, 2024
1 parent 1af22ff commit a330f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
#run: echo "server_public_ip={$(cd terraform; terraform output -raw server_public_ip)}" >> $GITHUB_OUTPUT
run: |
cd terraform
# echo "::set-output name=server_public_ip::$(terraform output -raw server_public_ip)"
echo "server_public_ip=$(terraform output -raw server_public_ip)" >> $GITHUB_OUTPUT
echo "::set-output name=server_public_ip::$(terraform output -raw server_public_ip)"
#echo "server_public_ip=$(terraform output -raw server_public_ip)" >> $GITHUB_OUTPUT
if: success()

- name: Create .env file
Expand Down

0 comments on commit a330f8b

Please sign in to comment.