Skip to content

Commit

Permalink
Terraform EC2 instance with Milvus
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Elhaiek committed Mar 12, 2024
1 parent 59694a4 commit 5c1ba79
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
run: terraform apply -auto-approve tfplan
working-directory: terraform

- name: Set EC2 IP
run: |
echo "EC2_INSTANCE_IP=$(terraform output -raw ec2_instance_public_ip)" >> $GITHUB_ENV
working-directory: terraform
- name: Set EC2_INSTANCE_IP environment variable
run: echo "EC2_INSTANCE_IP=$(terraform output -raw ec2_instance_public_ip)" >> $GITHUB_ENV


- name: Transfer create-milvus.sh to EC2 instance
run: |
Expand Down

0 comments on commit 5c1ba79

Please sign in to comment.