Skip to content

Commit

Permalink
corrected paths
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Nov 15, 2024
1 parent 38f9bcb commit dc74e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
cd /app && git clone [email protected]:proquickly/tfgha.git
cd /app/tfgha && "$HOME/.local/bin/poetry" install
cd /app/tfgha && "$HOME/.local/bin/poetry" shell && "$HOME/.local/bin/poetry" run ./src/thgha/app.py
cd /app/tfgha && "$HOME/.local/bin/poetry" shell && "$HOME/.local/bin/poetry" run ./src/tfgha/app.py

0 comments on commit dc74e43

Please sign in to comment.