PHPloy icon indicating copy to clipboard operation
PHPloy copied to clipboard

PHPLOY_VARIBLES Usage in Powershell Windows

Open isuke01 opened this issue 5 years ago • 2 comments

Hey,

Basically $ PHPLOY_PORT="21" PHPLOY_HOST="myftphost.com" PHPLOY_USER="ftp" PHPLOY_PASS="ftp-password" PHPLOY_PATH="/home/user/public_html/example.com" can't be used in Windows Powershell because it thinks PHPLOY_PORT etc, are commands. Is there a way to make it possible?

something like phploy --host HOST --user USER ...

isuke01 avatar Nov 23 '20 17:11 isuke01

Why don't you use the phploy.ini or the local .phploy files to save the info?

banago avatar Dec 31 '20 16:12 banago

I would like to include phploy into repo but don't want to put password in it. This can be handled by another script that can run phploy with those args and get passwords by itself.

isuke01 avatar Jan 07 '21 11:01 isuke01