diff --git a/deploy.sh b/deploy.sh index 00cd762..3b6b8ee 100644 --- a/deploy.sh +++ b/deploy.sh @@ -3,7 +3,6 @@ # Pull the latest changes cd /var/www/invoice/ git pull origin main # Change 'main' to your branch if needed - # Build and start the Docker containers docker-compose up -d