Skip to content

Commit

Permalink
switched to https for clone
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Nov 15, 2024
1 parent ab12c23 commit c76bbe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ resource "aws_instance" "py_server" {
#!/bin/bash
yum update -y
yum install -y python3 python3-pip git curl
curl -sSL https://install.python-poetry.org | python3 -
pip3 install --User poetry
# curl -sSL https://install.python-poetry.org | python3 -
export PATH="\$HOME/.local/bin:\$PATH"
mkdir /app
cd /app && git clone https://github.com/proquickly/tfgha.git
Expand Down

0 comments on commit c76bbe8

Please sign in to comment.