Skip to content

Commit

Permalink
tryout of poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Dec 5, 2024
1 parent 949c802 commit aeb9c5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ resource "aws_instance" "py_server" {
sudo apt-get update
sudo apt-get install -y python3 python3-pip git
curl -sSL https://install.python-poetry.org | python3 -
echo "/home/ubuntu/.local/bin" >> $GITHUB_PATH
# Clone the GitHub repository
cd /home/ubuntu
git clone https://github.com/proquickly/tfgha.git
cd /home/ubuntu/tfgha
poetry install
/home/ubuntu/.local/bin/poetry install
cd /home/ubuntu/tfgha/src/tfgha
nohup python3 app.py &
Expand Down

0 comments on commit aeb9c5a

Please sign in to comment.