mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:41:43 +00:00
el directorio base es el sitio mismo
This commit is contained in:
parent
5799ad9a97
commit
ece8423ba5
2 changed files with 1 additions and 3 deletions
|
@ -45,7 +45,6 @@ class Deploy < ApplicationRecord
|
|||
|
||||
# Corre un comando y devuelve true si terminó correctamente
|
||||
# rubocop:disable Metrics/MethodLength
|
||||
# rubocop:disable Metrics/AbcSize
|
||||
def run(cmd)
|
||||
# XXX: prestar atención a la concurrencia de sqlite3, se podría
|
||||
# enviar los datos directamente a una API para que se manejen desde
|
||||
|
@ -69,5 +68,4 @@ class Deploy < ApplicationRecord
|
|||
r.try :exited?
|
||||
end
|
||||
# rubocop:enable Metrics/MethodLength
|
||||
# rubocop:enable Metrics/AbcSize
|
||||
end
|
||||
|
|
|
@ -66,7 +66,7 @@ class DeployLocal < Deploy
|
|||
end
|
||||
|
||||
def bundle
|
||||
run %(bundle install --path="#{gems_dir}")
|
||||
run %(bundle install --no-cache --path="#{gems_dir}")
|
||||
end
|
||||
|
||||
def jekyll_build
|
||||
|
|
Loading…
Reference in a new issue