Skip to content

Commit 19be09d

Browse files
committed
Update image url
1 parent f0e1e73 commit 19be09d

16 files changed

Lines changed: 81 additions & 42 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VPS_HOST ?= static.europython.eu
66
VPS_PROD_PATH ?= /home/static_content_user/content/europython_websites/ep2026
77
VPS_PREVIEW_PATH ?= /home/static_content_user/content/previews
88
REMOTE_CMD=ssh $(VPS_USER)@$(VPS_HOST)
9-
PREVIEW_SITE_URL ?= "https://$(SAFE_BRANCH).ep-preview.click"
9+
PREVIEW_SITE_URL ?= https://$(SAFE_BRANCH).ep-preview.click
1010

1111
# Variables for build/deploy
1212
# ==========================
@@ -20,7 +20,7 @@ BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
2020
# Replace "/" and other non-alphanumeric characters with "-"
2121
SAFE_BRANCH := $(shell echo "$(BRANCH)" | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9-]/-/g')
2222
FORCE_DEPLOY ?= false
23-
SITE_URL ?= "https://$(SAFE_BRANCH).ep-preview.click"
23+
SITE_URL ?= https://$(SAFE_BRANCH).ep-preview.click
2424

2525
.PHONY: build deploy dev clean install
2626

@@ -48,8 +48,8 @@ build:
4848

4949
preview: RELEASES_DIR = $(VPS_PREVIEW_PATH)/$(SAFE_BRANCH)/releases
5050
preview: TARGET = $(RELEASES_DIR)/$(TIMESTAMP)
51-
preview: build
5251
preview:
52+
SITE_URL=$(SITE_URL) $(MAKE) build
5353
@echo "Preview site URL: $(PREVIEW_SITE_URL)"
5454
echo $(TARGET)
5555
@echo "\n\n**** Deploying preview of a branch '$(BRANCH)' (safe: $(SAFE_BRANCH)) to $(TARGET)...\n\n"

public/bingo-cards/329K.png

5.31 KB
Loading

public/bingo-cards/47YA.png

3.86 KB
Loading

public/bingo-cards/5G5U.png

5.78 KB
Loading

public/bingo-cards/6HKX.png

2.92 KB
Loading

public/bingo-cards/7XX6.png

5.36 KB
Loading

public/bingo-cards/99SR.png

5.8 KB
Loading

public/bingo-cards/HFVK.png

2.25 KB
Loading

public/bingo-cards/JPYK.png

2.89 KB
Loading

public/bingo-cards/JYUW.png

5.95 KB
Loading

0 commit comments

Comments
 (0)