Skip to content

Commit

Permalink
updating to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Jolo committed Feb 9, 2024
1 parent fc76371 commit 767c437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Freeze application with frozen_flask
run: |
python freeze.py
#- name: Replace URL's with 2023.nerdear.la prefix
#- name: Replace URL's with 2024.nerdear.la prefix
# run: |
# bash scripts/replace_refs_with_subdomain.sh
# GITHUB PAGES HERE
Expand Down
2 changes: 1 addition & 1 deletion scripts/replace_refs_with_subdomain.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Define the subdomain variable
subdomain="2023.nerdear.la"
subdomain="2024.nerdear.la"

# Get the directory of the script
SCRIPT_DIR=$(dirname "$0")
Expand Down

0 comments on commit 767c437

Please sign in to comment.