Skip to content

Instantly share code, notes, and snippets.

View marobo's full-sized avatar
🎸
entertaining

Onorio de Jesus Afonso marobo

🎸
entertaining
View GitHub Profile
@marobo
marobo / python
Created May 15, 2025 00:00
deploy_pythonanywhere.sh
#!/bin/bash
# === CONFIGURATION ===
GIT_REPO="git@github.com:marobo/house_estimator.git" # Git repository URL
GIT_BRANCH="dev" # Git branch
PROJECT_FOLDER="house_estimator" # Folder name after cloning
PROJECT_NAME="house_estimator" # Django project folder containing settings.py
PYTHON_VERSION="3.10" # Python version
PA_USERNAME="housestimator" # PythonAnywhere username
DOMAIN="housestimator.pythonanywhere.com" # PythonAnywhere domain
# === DEPLOY SCRIPT ===