site

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

commit 004ae1e9471d539b3535a706f5e63e98af2b1007
parent 80a4baac099bcc48b1a2940b3afda39d13fc7ce7
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Sat, 14 Jan 2023 10:00:30 -0800

Revert change

Diffstat:
Mbuild.zsh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.zsh b/build.zsh @@ -1,7 +1,7 @@ #!/usr/bin/env zsh # export RAILS_ENV=production -bundle install --local +bundle install bundle exec rake assets:precompile bundle exec rake assets:clean bundle exec rake db:migrate