Compare commits
13 Commits
0a6e5cd5d3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0556f39855 | ||
|
|
1612c31366 | ||
|
|
8581df95f0 | ||
|
|
070ab369bb | ||
|
|
12f61d2bb2 | ||
|
|
d497a8be64 | ||
|
|
44e6b7737f | ||
|
|
fe60feb7ca | ||
|
|
6c7c7aa3b6 | ||
|
|
5b4ffe7053 | ||
|
|
72851a46f8 | ||
|
|
b7f8ccf2e9 | ||
|
|
af09d72733 |
23
.gitea/workflows/deploy.yml
Normal file
23
.gitea/workflows/deploy.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
name: Deploy
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: benny-vps
|
||||||
|
steps:
|
||||||
|
- name: Pull latest code
|
||||||
|
run: |
|
||||||
|
cd /var/www/bennysblog
|
||||||
|
git pull origin main
|
||||||
|
|
||||||
|
- name: Install Python dependencies
|
||||||
|
run: |
|
||||||
|
cd /var/www/bennysblog
|
||||||
|
/var/www/bennysblog/bennyshouse/bin/pip3 install -q -r requirements.txt
|
||||||
|
|
||||||
|
- name: Restart service
|
||||||
|
run: sudo systemctl restart benny
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -20,5 +20,6 @@ instance/
|
|||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
bennysblog/
|
bennysblog/
|
||||||
|
benny/
|
||||||
venv/
|
venv/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|||||||
@@ -2,10 +2,4 @@
|
|||||||
|
|
||||||
My Business Website
|
My Business Website
|
||||||
|
|
||||||
Hai :3
|
Benny's House is the backbone of all my business ventures.
|
||||||
|
|
||||||
How r u
|
|
||||||
|
|
||||||
I miss you! So big bnner style!
|
|
||||||
|
|
||||||
Huge nutssaclk
|
|
||||||
Binary file not shown.
Binary file not shown.
8
app.py
8
app.py
@@ -9,10 +9,10 @@ app.secret_key = os.getenv("APP_SECRET_KEY", "dev")
|
|||||||
|
|
||||||
CONTACT = {
|
CONTACT = {
|
||||||
"name": os.getenv("BH_CONTACT_NAME", "Benjamin Mosley"),
|
"name": os.getenv("BH_CONTACT_NAME", "Benjamin Mosley"),
|
||||||
"title": os.getenv("BH_CONTACT_TITLE", "E-Commerce Manager, United Supermarkets"),
|
"title": os.getenv("BH_CONTACT_TITLE", "Owner, Benny's House"),
|
||||||
"email": os.getenv("BH_CONTACT_EMAIL", "ben@bennyshouse.net"),
|
"email": os.getenv("BH_CONTACT_EMAIL", "ben@bennyshouse.net"),
|
||||||
"phone": os.getenv("BH_CONTACT_PHONE", "(806) 655 2300"),
|
"phone": os.getenv("BH_CONTACT_PHONE", "Email to request phone number"),
|
||||||
"city": os.getenv("BH_CONTACT_CITY", "Canyon / Amarillo / Borger / Remote"),
|
"city": os.getenv("BH_CONTACT_CITY", "Greater Amarillo Area"),
|
||||||
"cal": os.getenv("BH_CONTACT_CAL", "https://calendly.com/bennyshouse24/30min"),
|
"cal": os.getenv("BH_CONTACT_CAL", "https://calendly.com/bennyshouse24/30min"),
|
||||||
"link": os.getenv("BH_CONTACT_LINK", "https://www.linkedin.com/in/benjamin-mosley-849643329/"),
|
"link": os.getenv("BH_CONTACT_LINK", "https://www.linkedin.com/in/benjamin-mosley-849643329/"),
|
||||||
"site": os.getenv("BH_CONTACT_SITE", "https://bennyshouse.net"),
|
"site": os.getenv("BH_CONTACT_SITE", "https://bennyshouse.net"),
|
||||||
@@ -20,7 +20,7 @@ CONTACT = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
BRAND = "Benny’s House"
|
BRAND = "Benny’s House"
|
||||||
TAGLINE = "Fast to prototype. Safe to scale."
|
TAGLINE = "Local tech help, done right."
|
||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def home():
|
def home():
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user