Skip to content

Commit 247aeeb

Browse files
committed
Update deploy path
1 parent be99f4c commit 247aeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ DATA_DIR ?= ./data/public/$(CONFERENCE)/
77
# =========================
88
VPS_USER ?= static_content_user
99
VPS_HOST ?= static.europython.eu
10-
VPS_PATH ?= /home/$(VPS_USER)/content/programapi/$(CONFERENCE)/releases
10+
VPS_PATH ?= /home/$(VPS_USER)/content/static/programme/$(CONFERENCE)/releases
1111
REMOTE_CMD=ssh $(VPS_USER)@$(VPS_HOST)
1212

1313
# Variables for deploy
14-
# ==========================
14+
# ====================
1515
TIMESTAMP ?= $(shell date +%Y%m%d%H%M%S)
1616
FORCE_DEPLOY ?= false
1717

0 commit comments

Comments
 (0)