From 62fa1d9f3fdb1c04bfc1607f04746f0bdc053e4c Mon Sep 17 00:00:00 2001 From: Andy Miles Date: Fri, 29 Nov 2024 15:44:25 -0800 Subject: [PATCH] fixed naming issues --- terraform/main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/main.tf b/terraform/main.tf index 14635d0..6ddc1cd 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -13,9 +13,9 @@ resource "aws_instance" "py_server" { pip3 install flask requests # Clone the GitHub repository - git clone https://github.com/proquickly/tfgha.git /home/ubuntu/app - - cd /home/ubuntu/app/src/thfgha + cd /home/ubuntu + git clone https://github.com/proquickly/tfgha.git . + cd /home/ubuntu/tfgha/src/tfgha nohup python3 app.py & EOF