* url fixes
* set value of external id if it exists
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
require 'recipe/common.php';
|
||||
|
||||
server('prod', 'alfheim.yvan.hu', 2206)
|
||||
server('prod', 'alfheim.ragnarok.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', '/var/www/cdn'); // Define the base path to deploy your project to.
|
||||
->env('deploy_path', '/mnt/apps/jira-card-printer'); // Define the base path to deploy your project to.
|
||||
|
||||
set('repository', 'ssh://gogs@gogs.ragnarok.yvan.hu:2206/yvan/jira-card-printer.git');
|
||||
set('repository', 'https://gogs.ragnarok.yvan.hu/yvan/jira-card-printer.git');
|
||||
env('branch', 'taurus-xft');
|
||||
|
||||
task('deploy', [
|
||||
|
||||
Reference in New Issue
Block a user