Cedric,
When it comes to Deployer, you will typically create a build from a specific source. Once that build is created, you should deploy that same build everywhere.
In your case, it sounds like you’re using your Development environment as the source (which is fine for the time being but I would encourage you to read up on the Asset Build Environment and repository-based deployments.) This means that you will be using a Deployer instance to point to your Development server and generate a build from there. Once that build is created, you should deploy that same build to Pre-Prod and then to Production.
If you have a single Deployer instance that has access to all environments (i.e. Development, Pre-prod, and Production), then you can have a single Deployer project with a single build but a Deployment Map and Deployment Candidate for each target environment (i.e. pre-prod and prod). This is simplest approach. If, however, your Production environment is on a different network, then you can export the build from Deployer and then import it into a Production Deployer instance.
Percio
#Integration-Server-and-ESB#webMethods-General#webMethods