Skip to main content
Last Reviewed: February 26, 2020

Next Steps

Beginners guide on how to use the WordPress Dashboard, an SFTP client, and your text editor of choice to work quickly, safely and easily on Pantheon's Git-based platform.


Deploy Code from Dev

We only made changes to our Dev environment, so the next step would be to push all of these changes all the way out to production. For details on the deployment process for moving code up to Test and Live, see Use the Pantheon Workflow.

Configuration

Consider how you would like to manage configuration, which refers to anything in the Database that isn't actual content, such as:

  • Theme settings
  • Plugin settings
  • Widget placement
  • Menus, etc.

You can repeat configuration steps manually, but that can be error prone and time consuming, especially during a launch. No fun. We recommend using WP-CFM to handle site configuration. For details, see WordPress Configuration Management (WP-CFM).

Conclusion

This covers the basics of using Git on Pantheon with WordPress. Regardless of whether you prefer an SFTP client, and IDE, or the command line, Pantheon believes that developers should be able to use the tools that let you work the fastest, without sacrificing quality or security.

If you decide down the road that you would like to work locally and make commits using Git directly, you can read our Starting With Git documentation.