Files
pedini.dev/.vars
Bryan Joshua Pedini 2f2c60126c
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 12s
feat(deploy): improve environment variable handling and deployment workflow
- 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
2026-02-01 19:24:37 +01:00

5 lines
111 B
Plaintext

#/usr/bin/env bash
export DEPLOYMENT_HOST=docker.infra.bjphoster.cloud
export DEPLOYMENT_PATH=/opt/pedini.dev