From eba41ac1c08414c851a92be97aefe8bc29dfc861 Mon Sep 17 00:00:00 2001 From: Andy Miles Date: Tue, 3 Dec 2024 06:10:12 -0800 Subject: [PATCH] fixed clone location --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index 6ddc1cd..b2dbd0a 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -14,7 +14,7 @@ resource "aws_instance" "py_server" { # Clone the GitHub repository cd /home/ubuntu - git clone https://github.com/proquickly/tfgha.git . + git clone https://github.com/proquickly/tfgha.git cd /home/ubuntu/tfgha/src/tfgha nohup python3 app.py & EOF