* moved to own static hosting

This commit is contained in:
Dávid Danyi
2016-08-30 11:26:22 +02:00
parent d64273c9e9
commit 60379e63cf
2 changed files with 25 additions and 25 deletions

View File

@@ -2,20 +2,19 @@
require 'recipe/common.php';
server('prod', 'vasgyuro.tsp', 22)
->user('edvidan')
server('prod', 'alfheim.yvan.hu', 2206)
->user('yvan')
->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.
->env('deploy_path', '/var/www/cdn'); // Define the base path to deploy your project to.
set('repository', '/home/edvidan/git/jira-card-printer.git');
set('repository', 'ssh://gogs@gogs.ragnarok.yvan.hu:2206/yvan/jira-card-printer.git');
env('branch', 'taurus-xft');
task('deploy', [
'deploy:prepare',
'deploy:release',
'deploy:update_code',
// 'deploy:vendors',
'deploy:symlink',
'cleanup',
]);