railman-deployment 2.0.10 → 2.0.11
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88bcf07f5f8be2c57af4798998b5f5c189703417b92441eeb56ce973d8d6bc84
|
|
4
|
+
data.tar.gz: 9d624fc4c37a7cb75600e618e15f13444f119fc0ec0d730460e08a5c89f665df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27ab0a61c0f464bde67a77edd4831ba5fcc5b6f8a9710c76894f58cb17331a2f62e110ecc0bc1e6b18b3e1e3bdf2030d562343cc1431568618979f05a7b5398c
|
|
7
|
+
data.tar.gz: 60555d1c5cf4e912496bd75d156a8973464bc2aa7525246dd4d876a67d3582964e7e7901df0da3ee71dddafdeeae8eb44302372905f759eec252ca5cbc72a2e3
|
|
@@ -81,7 +81,7 @@ task :deploy do
|
|
|
81
81
|
end
|
|
82
82
|
end
|
|
83
83
|
|
|
84
|
-
desc 'Copy database from the server to the local machine'
|
|
84
|
+
desc 'Copy database from the server to the local machine and sync directories from the server'
|
|
85
85
|
task :update do
|
|
86
86
|
on roles(:all) do
|
|
87
87
|
within fetch(:deploy_to) do
|