Public Access
feat: deploy-sftp.php --env demo/live + multi-instance (#184) #287
Reference in New Issue
Block a user
Delete Branch "feature/184-deploy-env-demo-live"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
deploy-sftp.phpnow supports--env demoand--env livein addition todevandrsLIVE_TARGETSenv var (JSON array of target configs)sftp-config.demo.json.example,sftp-config.live.json.exampleRemaining from #184 (needs infrastructure access):
Test plan
php -l deploy/deploy-sftp.phppasses--env demoresolves tosftp-config.demo.json--env liveresolves tosftp-config.live.jsonLIVE_TARGETSJSON array triggers multi-target deployCloses #184