I'm configuring my project so that after building and testing phase, the project will be automatically deployed to CloudControl. However, I'm struggling with the configuration
Since my web app written in php so I have to choose SSH as deployment method.
The following is my configuration (it doesn't work), host/port are getting by running "bin/ip addr" in the remote server
Host: 10.36.49.48
Port: 26
SSH command: cctrlapp ssh://myapp@cloudcontrolled.com/repository.git push
How can I fix this problem