* ETH-ified

This commit is contained in:
Dávid Danyi
2016-08-29 16:38:01 +02:00
parent 192b17dadf
commit dadd365ae8
2 changed files with 74 additions and 51 deletions

11
deploy.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
require 'recipe/common.php';
server('prod', 'host', 22)
->user('edvidan')
->forwardAgent() // You can use identity key, ssh config, or username/password to auth on the server.
->stage('production')
->env('deploy_path', '/home/edvidan/applications/jira-card-printer'); // Define the base path to deploy your project to.
set('repository', '/home/edvidan/git/jira-card-printer.git');