mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
rake task to generate code checksum
This commit is contained in:
parent
940ea3051b
commit
fce2d824b4
@ -5,4 +5,5 @@
|
|||||||
- [TODO DEPLOY] `rake fablab:setup:set_environment_to_invoices`
|
- [TODO DEPLOY] `rake fablab:setup:set_environment_to_invoices`
|
||||||
- [TODO DEPLOY] `rake fablab:setup:chain_invoices_items_records`
|
- [TODO DEPLOY] `rake fablab:setup:chain_invoices_items_records`
|
||||||
- [TODO DEPLOY] `rake fablab:setup:chain_invoices_records`
|
- [TODO DEPLOY] `rake fablab:setup:chain_invoices_records`
|
||||||
|
- [TODO DEPLOY] `rake fablab:setup:chain_history_values_records`
|
||||||
- [TODO DEPLOY] add `DISK_SPACE_MB_ALERT` environment variable (see [doc/environment.md](doc/environment.md) for configuration details)
|
- [TODO DEPLOY] add `DISK_SPACE_MB_ALERT` environment variable (see [doc/environment.md](doc/environment.md) for configuration details)
|
||||||
|
@ -45,5 +45,10 @@ namespace :fablab do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc 'generate current code checksum'
|
||||||
|
task checksum: :environment do
|
||||||
|
require 'checksum'
|
||||||
|
puts Checksum.code
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user