diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-21 02:38:51 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-21 02:38:51 +0100 |
| commit | 05045a2b9dcc4f7ab39cc6d52fb0b359b15db4cd (patch) | |
| tree | 9f6df877b597b5b0d5b677e7fbf9e1bbc49d75f3 | |
| parent | 2c8861a994de2cd200feabac8daf4a59ff43bea9 (diff) | |
| download | mastodon_ynh-05045a2b9dcc4f7ab39cc6d52fb0b359b15db4cd.tar.gz mastodon_ynh-05045a2b9dcc4f7ab39cc6d52fb0b359b15db4cd.tar.bz2 mastodon_ynh-05045a2b9dcc4f7ab39cc6d52fb0b359b15db4cd.zip | |
Fix dependencies steps
| -rw-r--r-- | conf/cron | 2 | ||||
| -rw-r--r-- | scripts/install | 6 | ||||
| -rw-r--r-- | scripts/upgrade | 6 |
3 files changed, 7 insertions, 7 deletions
@@ -1,2 +1,2 @@ RAILS_ENV=production -@daily cd __FINAL__PATH__/live && __FINAL__PATH__/.rbenv/shims/bundle exec rake __USER__:media:remove_remote +@daily cd __FINAL__PATH__/live && /opt/rbenv/versions/2.6.0/bin/bundle exec rake __USER__:media:remove_remote diff --git a/scripts/install b/scripts/install index a4ef780..05f1bd3 100644 --- a/scripts/install +++ b/scripts/install @@ -100,12 +100,12 @@ ynh_package_update # install nodejs ynh_install_nodejs 8 -# install ruby -ynh_install_ruby --ruby_version=2.6.0 - # TODO: use the same mecanism with other files ynh_install_app_dependencies $pkg_dependencies +# install ruby +ynh_install_ruby --ruby_version=2.6.0 + #================================================= # CREATE A POSTGRESQL DATABASE #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 38b48ce..8f98166 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -135,12 +135,12 @@ ynh_package_update # install nodejs ynh_install_nodejs 8 -# install ruby -ynh_install_ruby --ruby_version=2.6.0 - # TODO: use the same mecanism with other files ynh_install_app_dependencies $pkg_dependencies +# install ruby +ynh_install_ruby --ruby_version=2.6.0 + #================================================= # CREATE DEDICATED USER #================================================= |
