Skip to content

Commit 00c12af

Browse files
committed
Adapt 2024
1 parent c1485e8 commit 00c12af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7+
- ep2024
78
- ep2025
89

910
jobs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# =========================
44
VPS_USER ?= static_content_user
55
VPS_HOST ?= static.europython.eu
6-
VPS_PROD_PATH ?= /home/static_content_user/content/europython_websites/ep2025
6+
VPS_PROD_PATH ?= /home/static_content_user/content/europython_websites/ep2024
77
VPS_PREVIEW_PATH ?= /home/static_content_user/content/previews
88
REMOTE_CMD=ssh $(VPS_USER)@$(VPS_HOST)
99

0 commit comments

Comments
 (0)