acltc / acltc-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Run staging rails console

heroku run rails console -r heroku-staging

Run production rails console

heroku run rails console -r heroku

Precompile assets

RAILS_ENV=production S3_KEY=test S3_SECRET=test SECRET_KEY_BASE=test bundle exec rake assets:precompile

Deploy local staging branch to heroku staging

git push heroku-staging staging:master

Deploy local master branch to heroku production

git push heroku master

About


Languages

Language:CSS 62.2%Language:JavaScript 17.5%Language:HTML 9.1%Language:PHP 7.6%Language:Ruby 3.4%Language:SCSS 0.2%Language:CoffeeScript 0.0%