You've already forked pedini.dev
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
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
#/usr/bin/env bash
|
|
|
|
export DEPLOYMENT_HOST=docker.infra.bjphoster.cloud
|
|
export DEPLOYMENT_PATH=/opt/pedini.dev
|