site

Website's source files.
git clone git://git.ryanmj.xyz/site.git
Log | Files | Refs | LICENSE

commit 9ca3bafbdd25ba39d7689a97361704affcb498f1
parent 08fa561db042173f5f3ca7b25aee6bd5992214ee
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Wed, 23 Feb 2022 21:32:29 -0800

Fix build script for remote server

Diffstat:
Mbuild.zsh | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.zsh b/build.zsh @@ -4,7 +4,7 @@ # TODO rake db:create RAILS_ENV=production # TODO rake db:migrate RAILS_ENV=production export RAILS_ENV=production -bin/bundle install -bin/bundle exec rake assets:precompile -bin/bundle exec rake assets:clean -bin/bundle exec rake db:migrate +bundle install +bundle exec rake assets:precompile +bundle exec rake assets:clean +bundle exec rake db:migrate