Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit e5719b7

Browse files
committed
Merge pull request #55 from ginetta/v2/new-deploy
Deploy paths for the new server
2 parents bd65d9b + cd696f0 commit e5719b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gulp/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = function () {
7474
testing: {
7575
host: argv.host,
7676
username: argv.username,
77-
projectPath: 'ginetta/website/',
77+
projectPath: 'client/project-name/',
7878
releasePath: argv.path,
7979
privateKey: argv.privateKey
8080
}

gulp/tasks/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var rsync = require('rsyncwrapper').rsync;
55

66
module.exports = function (gulp, $, config) {
77
var environment = config.environments.testing;
8-
var defaultPath = '/home/ginettan/public_html/DEPLOYMENT/testing/';
8+
var defaultPath = '/home/www-clients/';
99
var serverPath = environment.username + '@' + environment.host;
1010
var deploySrc = config.basePaths.dest;
1111
var deployDest = serverPath + ':' + defaultPath + environment.projectPath + environment.releasePath;

0 commit comments

Comments
 (0)