vagrant-sptsync 0.0.50 → 0.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/vagrant-sptsync/commands/root.rb +1 -1
- data/lib/vagrant-sptsync/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 525ca86a2bab5288bfcc8590837323016e46263a
|
4
|
+
data.tar.gz: b92f268a9a67b0556e758db2c4447b2eddf50ee3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53e150c111c8cc20512d43506fcd2bd080ddfb0fb1d58a07ce027a7ab1fb7511d61e6376729c3b5f3257798c1d09bc3d4881dd1608a65224ce618289042f5d7b
|
7
|
+
data.tar.gz: ba4fd9ebf5b99a8624068aec83433423288449213a8b7059eb527f750c11129ebb8b65ff215aa03923d43519bb48dc6a4b2679c8328834d37a68cabc9aa54afd
|
data/Gemfile.lock
CHANGED
@@ -76,7 +76,7 @@ module VagrantPlugins
|
|
76
76
|
end
|
77
77
|
end
|
78
78
|
commands = {
|
79
|
-
"downloading files" => "sudo -E rsync --recursive --compress --times --rsh='ssh -l deploy' spt-#{server}.com:/var/www/#{folder}/current/sites/#{
|
79
|
+
"downloading files" => "sudo -E rsync --recursive --compress --times --rsh='ssh -l deploy' spt-#{server}.com:/var/www/#{folder}/current/sites/#{local}/files/ /var/www/deploy/current/sites/#{local}/files/",
|
80
80
|
"setting file owner" => "sudo chown -R deploy:www-data /var/www/deploy/shared/#{local}/files/",
|
81
81
|
"setting css file owner" => "sudo chown -R www-data:www-data /var/www/deploy/shared/#{local}/files/css",
|
82
82
|
"setting file permissions" => "sudo chmod -R 2775 /var/www/deploy/shared/#{local}/files/",
|