Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanchreek authored Sep 19, 2024
1 parent ada7ab1 commit 9eb04ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#!/bin/bash
set -e

Expand All @@ -18,6 +17,11 @@ echo "Activating the Python virtual environment..."
echo "--------------------------------"
source venv/bin/activate

echo ""
echo "Checking directory contents..."
echo "--------------------------------"
ls -la

echo ""
echo "Install Python dependencies..."
echo "--------------------------------"
Expand All @@ -27,5 +31,3 @@ echo ""
echo "Starting the Python application..."
echo "--------------------------------"
python app.py

# TODO your deploy script implementation...

0 comments on commit 9eb04ef

Please sign in to comment.