feat(deploy): improve environment variable handling and deployment workflow
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 12s

- Update .vars to properly export deployment configuration variables
- Modify deploy.sh to conditionally source .vars only in interactive mode
- Remove include directive from makefile to prevent automatic variable loading
- Enhance deployment script reliability by ensuring proper environment setup
This commit is contained in:
2026-02-01 19:24:37 +01:00
parent 83728057ee
commit 2f2c60126c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
#!make
include .vars
default: build