1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Fix dependencies steps

This commit is contained in:
yalh76 2019-03-21 02:38:51 +01:00
parent 2c8861a994
commit 05045a2b9d
3 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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
#=================================================

View file

@ -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
#=================================================