ftp server change

James Peret 8 years ago
parent
commit
71817dc34c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Gruntfile.js

+ 2 - 2
Gruntfile.js

@@ -123,13 +123,13 @@ module.exports = function(grunt) {
123 123
     'sftp-deploy': {
124 124
       build: {
125 125
         auth: {
126
-          host: '162.243.10.246',
126
+          host: 'j1x.co',
127 127
           port: 22,
128 128
           authKey: 'key1'
129 129
         },
130 130
         cache: 'sftpCache.json',
131 131
         src: 'dist',
132
-        dest: '/var/www/gofoundation/public_html/',
132
+        dest: '/var/www/portfolio-go/public_html/',
133 133
         exclusions: ['/dist/**/.DS_Store', '/dist/**/Thumbs.db', 'dist/tmp'],
134 134
         serverSep: '/',
135 135
         concurrency: 4,