Deployment, also known as uploading, is the process of copying all of the files in your project to the host server. You may have multiple host servers, in which case you can deploy your project to all of the host servers during the course of one deployment.
You can specify exactly how you want a project to be deployed (which folders will be deployed to which servers). In order to set up and deploy a project, you must:
Note | Deployment information is contained in the project file (the .apf file). By passing the project file along with a project, developers can maintain the same deployment settings. |