PHPloy
PHPloy copied to clipboard
Multiple configurations not working
I am testing out this project and came accross some issues:
- the option
loggerdoes not create aphploy.logfile - the option
baseis ignored and the whole current working directory (not the specified relative path) is deployed - the option
exclude[]is ignored - the option
include[]is ignored
Here is my phploy.ini file:
[hassio]
scheme = ftp
user = ...
pass = ...
host = ...
port = ...
path = "/phploy"
branch = main
base = "src/"
logger = on
exclude[] = ".gitignore"
exclude[] = "src/*.scss"
exclude[] = "composer*"
include[] = "vendor/"
I'd add that :
- it wants to upload the phploy.ini file !!!
- the pre-deploy and post-deploy commands are also ignored
Thank you for your reports @Mavv3006 and @gavrochelegnou
You're welcome and thanks for the grat work. In the meantime i'd recommend removing the 5.0-beta from the downloads, the fact that it uploads the phploy.ini is a major security breach for everyone using it.