From 6c88b4887033df17e9faf2c7235876d15e8be1cb Mon Sep 17 00:00:00 2001 From: Martin Szymanski Date: Tue, 11 Feb 2025 20:03:50 +0100 Subject: [PATCH] #1 Change example url --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 4e76924..4428ddb 100644 --- a/.env.example +++ b/.env.example @@ -15,7 +15,7 @@ DEPLOY_CRAFT_DIR="" DEPLOY_ASSETS_DIR="uploads" # Public URL (used to curl deploy clear opcache script) – required -DEPLOY_URL="https://my-site.com" +DEPLOY_URL="https://example.com" # Clear opcache to clear symlink cache. # 0 = disabled, 1 = enabled