Answer the question
In order to leave comments, you need to log in
Phpstorm deployment connecting to prod through another server?
I'm trying to set up a connection to the product through another server, I don't quite understand how to do it and whether it's possible.
There is server A - it is a router for programmers, i.e. they connect to server A, and through server A it connects to server B (prod)
Is it possible to do this in phpstorm? Through such a PS chain
, I'm not talking about the console, but about online code editing (deployment)
Answer the question
In order to leave comments, you need to log in
To correct the terminology: PhpStorm has Delpoyment - uploading files to the target server, and there is Code With Me - editing code online with other users. So the phrase “online code editing (deployment)” is wrong, because they are two different things.
Both of these things cannot be done using PhpStorm alone . For example, you can use SFTP for deployment, but SSH configurations do not support proxying one server to another (you need to make an SSH tunnel outside of PhpStorm). Code With Me also does not allow you to do this, because there the server is the host on which PhpStorm should be running, and you need to do port mapping outside of PhpStorm in order to organize such a scheme.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question