Changed SFTP server

James Peret 8 years ago
parent
commit
70cdabef9a
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Gruntfile.js
  2. 1 1
      sftpCache.json

+ 2 - 2
Gruntfile.js

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

+ 1 - 1
sftpCache.json

@@ -1 +1 @@
1
-{"test/index.html":"2015-06-29T00:05:26.000Z","test/test.html":"2015-06-29T00:09:43.000Z"}
1
+{"test/index.html":"2015-06-29T00:05:26.000Z","test/test.html":"2015-06-29T00:09:43.000Z","dist/data.json":"2015-09-05T05:33:19.000Z","dist/index.html":"2015-09-15T02:46:20.000Z","dist/content/images/A3.b7bf38b9.jpg":"2015-06-30T23:05:53.000Z","dist/content/images/A3.jpg":"2015-06-22T21:25:54.000Z"}