You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
The text was updated successfully, but these errors were encountered:
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.
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 thinksPHPLOY_PORT
etc, are commands.Is there a way to make it possible?
something like
phploy --host HOST --user USER ...
The text was updated successfully, but these errors were encountered: