mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
parent
0f5aad8e8e
commit
f1d7e53734
3 changed files with 0 additions and 9 deletions
|
@ -122,13 +122,6 @@ Crontab can be setup after deploy. Jobs can be viewed [here](/config/schedule.rb
|
||||||
mina pr cron:setup # to update the crontab.
|
mina pr cron:setup # to update the crontab.
|
||||||
mina pr cron:clear # to clear crontab.
|
mina pr cron:clear # to clear crontab.
|
||||||
|
|
||||||
### Zonefile procedure
|
|
||||||
|
|
||||||
Zonefile procedure must be set up in server after deploy. The same command must be run whenever procedure is updated (see changelog).
|
|
||||||
|
|
||||||
bundle exec rake zonefile:replace_procedure
|
|
||||||
|
|
||||||
|
|
||||||
### Application settings
|
### Application settings
|
||||||
|
|
||||||
Application settings locate at [config/application-example.yml](/config/application-example.yml)
|
Application settings locate at [config/application-example.yml](/config/application-example.yml)
|
||||||
|
|
|
@ -58,7 +58,6 @@ namespace :db do
|
||||||
|
|
||||||
puts "\n---------------------------- Import seed ----------------------------------------\n"
|
puts "\n---------------------------- Import seed ----------------------------------------\n"
|
||||||
Rake::Task['db:seed'].invoke
|
Rake::Task['db:seed'].invoke
|
||||||
# Rake::Task['zonefile:replace_procedure'].invoke # not needed any more
|
|
||||||
puts "\n All done!\n\n"
|
puts "\n All done!\n\n"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,6 @@ namespace :import do
|
||||||
Rake::Task['import:reserved'].invoke
|
Rake::Task['import:reserved'].invoke
|
||||||
Rake::Task['import:domains'].invoke
|
Rake::Task['import:domains'].invoke
|
||||||
Rake::Task['import:zones'].invoke
|
Rake::Task['import:zones'].invoke
|
||||||
Rake::Task['zonefile:replace_procedure'].invoke
|
|
||||||
end
|
end
|
||||||
|
|
||||||
desc 'Import registrars'
|
desc 'Import registrars'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue