PyCharm 2018.3 Help

Deployment

File | Settings | Build, Execution, Deployment | Deployment for Windows and Linux
PyCharm | Preferences | Build, Execution, Deployment | Deployment for macOS
Ctrl+Alt+S icons general settings svg


On this page, create, edit, and delete server access configurations and server groups that give you control over interaction between PyCharm and servers. Anytime you are going to use a server, you need to define a server access configuration, no matter whether your server is on a remote host or on your computer. See Configuring Synchronization with a Web Server for details on working with server access configurations and Organizing servers into groups for details on working with server groups.

Toolbar icons and context menu commands

Use the toolbar buttons and context menu commands to manage the list of configurations and server groups.

The left-hand pane shows a list of all the server access configurations and server groups available in PyCharm. When you select an item, the right-hand pane shows the configuration details.

Item

Tooltip and shortcut

Description

Add button

Add

Insert (^N for macOS)

Click this button and select the desired item from the pop-up menu to define a new configuration or server group.

Remove button

Delete ( for macOS)

Click this button to remove the selected configuration or server group from the list. Note that removing a server group also removes the contained servers.

icon_use_web_server_configuration_as_default

Use as Default

Click this button to have PyCharm apply the settings of the selected configuration or server group by default during automatic upload of changed files.

Duplicate button

Duplicate

Ctrl+D (⌃D for macOS)

Select this command from the context menu to duplicate the selected configuration or server group.

Rename

Shift+F6

Select this command from the context menu to rename the selected configuration or server group.

Last modified: 27 February 2019

See Also