PHPloy
PHPloy copied to clipboard
PHPLOY_VARIBLES Usage in Powershell Windows
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 ...
Why don't you use the phploy.ini or the local .phploy files to save the info?
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.