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 be99f4c commit 247aeebCopy full SHA for 247aeeb
Makefile
@@ -7,11 +7,11 @@ DATA_DIR ?= ./data/public/$(CONFERENCE)/
7
# =========================
8
VPS_USER ?= static_content_user
9
VPS_HOST ?= static.europython.eu
10
-VPS_PATH ?= /home/$(VPS_USER)/content/programapi/$(CONFERENCE)/releases
+VPS_PATH ?= /home/$(VPS_USER)/content/static/programme/$(CONFERENCE)/releases
11
REMOTE_CMD=ssh $(VPS_USER)@$(VPS_HOST)
12
13
# Variables for deploy
14
-# ==========================
+# ====================
15
TIMESTAMP ?= $(shell date +%Y%m%d%H%M%S)
16
FORCE_DEPLOY ?= false
17
0 commit comments