Custom Deployment
This page documents deployments using dpl v1 which is currently the legacy version. The dpl v2 is released, and we recommend useig it. Please see our blog post for details. dpl v2 documentation can be found here.
You can deploy to your own server the way you would deploy from your local
machine by adding a custom after_success
step.
You may choose the Script provider instead, as it provides conditional deployment.
SFTP #
The env variables SFTP_USER
and SFTP_PASSWORD
can also be
encrypted.
See curl(1) for more details on how to use cURL as an SFTP client.
Git #
This should also work with services you can deploy to via git.
See “How can I encrypt files that include sensitive data?” if you don’t want to commit the private key to your repository unencrypted.