[SalesForce] Deploying Salesforce custome objects using MavensMate

I do not find much information related to this topic and what I'm looking is the easy way to deploy my custom objects using MavensMate (MM).

I have meta-data of my project and I have setup with my MM but I'm lost now… how do I push the metadata to the Server (new org)? in this case salesforce.

any pointer? video, blog or help?

Best Answer

First you need to ensure that you are working with a MavensMate project. If it isn't yet, you need to create a MavensMate project out of the folder. See http://mavensmate.com/Plugins/Sublime_Text/Existing_Projects for steps.

If it is a MM project, then check under MavensMate>Project>Edit Project to see what org and login it is using. If it is the correct org, then you can just save your files in Sublime and they'll get updated. If it is connected to a different org, then you need to do a deploy. Go to MavensMate>Deploy to Server...

Related Topic