We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1485e8 commit 00c12afCopy full SHA for 00c12af
.github/workflows/build-deploy.yml
@@ -4,6 +4,7 @@ on:
4
workflow_dispatch:
5
push:
6
branches:
7
+ - ep2024
8
- ep2025
9
10
jobs:
Makefile
@@ -3,7 +3,7 @@
3
# =========================
VPS_USER ?= static_content_user
VPS_HOST ?= static.europython.eu
-VPS_PROD_PATH ?= /home/static_content_user/content/europython_websites/ep2025
+VPS_PROD_PATH ?= /home/static_content_user/content/europython_websites/ep2024
VPS_PREVIEW_PATH ?= /home/static_content_user/content/previews
REMOTE_CMD=ssh $(VPS_USER)@$(VPS_HOST)
0 commit comments