From 83728057ee02ef57ef7948696cf3f8ac771cef44 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Sun, 1 Feb 2026 19:19:36 +0100 Subject: [PATCH] stupid variables --- .vars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vars b/.vars index 7c8066f..ab1f93c 100644 --- a/.vars +++ b/.vars @@ -1,4 +1,4 @@ #/usr/bin/env bash -export DEPLOYMENT_HOST=docker.infra.bjphoster.cloud -export DEPLOYMENT_PATH=/opt/pedini.dev +"${DEPLOYMENT_HOST:=docker.infra.bjphoster.cloud}" +"${DEPLOYMENT_PATH:=/opt/pedini.dev}"