Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Nov 15, 2024
1 parent 2ef4cb2 commit edb30cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions bin/deploy
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh
cd /app
git clone [email protected]:proquickly/tfgha.git
cd ./tfgha
poetry install
poetry shell && poetry run src/thgha/app.py
cd /app && git clone [email protected]:proquickly/tfgha.git
cd /app/tfgha && poetry install
cd /app/tfgha && poetry shell && poetry run ./src/thgha/app.py
1 change: 0 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ resource "aws_instance" "py_server" {
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"
mkdir /app
chmod +x ./bin/deploy
./bin/deploy
EOF
Expand Down

0 comments on commit edb30cc

Please sign in to comment.