- Server operating system version
- debian 20
- Plesk version and microupdate number
- 18.0.43
Hi, I have tried multiple things in deploy actions:
`ls > output.log` => output the content of main folder (backend/ frontend/)
`cd ./backend/ && ls > output.log` => output nothing
`cd ./backend/ > output.log` => output an empty file
I was awaiting at least an error message. Why can't I cd in deploy actions ?
Another thing also very annoyoing is that I need to commit something to the repo & pull in order that the updates I made in deploy actions are taken in account.
`ls > output.log` => output the content of main folder (backend/ frontend/)
`cd ./backend/ && ls > output.log` => output nothing
`cd ./backend/ > output.log` => output an empty file
I was awaiting at least an error message. Why can't I cd in deploy actions ?
Another thing also very annoyoing is that I need to commit something to the repo & pull in order that the updates I made in deploy actions are taken in account.