Upgrated to rails 7.2.0
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env ruby
|
||||
require "fileutils"
|
||||
|
||||
# path to your application root.
|
||||
APP_ROOT = File.expand_path("..", __dir__)
|
||||
APP_NAME = "plottservice"
|
||||
|
||||
def system!(*args)
|
||||
system(*args, exception: true)
|
||||
@@ -30,4 +30,8 @@ FileUtils.chdir APP_ROOT do
|
||||
|
||||
puts "\n== Restarting application server =="
|
||||
system! "bin/rails restart"
|
||||
|
||||
# puts "\n== Configuring puma-dev =="
|
||||
# system "ln -nfs #{APP_ROOT} ~/.puma-dev/#{APP_NAME}"
|
||||
# system "curl -Is https://#{APP_NAME}.test/up | head -n 1"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user