* ETH-ified
This commit is contained in:
11
deploy.php
Normal file
11
deploy.php
Normal 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');
|
||||
Reference in New Issue
Block a user