Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 490 Bytes

File metadata and controls

27 lines (18 loc) · 490 Bytes

Deployless

Spend less time configuring deployment for your Rails application no matter if you are using bare metal servers or cloud.

Start with creating configuration:

dpls init

Deploy given environment:

dpls production prepare

Connect to Rails console:

dpls production console

Update environments by updating environment_variables section in .deployless.yml for given environment and then invoking:

dpls production update-env