Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 580 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 580 Bytes

Boilerplate config file for Wercker and RoR server

This is a config file to integrate RoR projects to Wecker CI

Remember to set env vars in your Wercker admin panel

##Steps covered

  • Test Build
  • Run test suite
  • Deploy to staging

##How to

  1. Add config file to your repository
  2. Sync your repository with Wercker CI
  3. Create your pipelines according config file
  4. Create an SSH key in env vars area at Wercker admin project panel
  5. Add this ssh key to your VPS
  6. Set values for env vars at Wercker admin project panel
  7. Push changes into your project repository