summaryrefslogtreecommitdiff
path: root/capfile
AgeCommit message (Expand)Author
2014-05-19fix single photo page.mo khan
2013-09-14include assets precompile againmo khan
2013-09-14mark delayed_job script as executable and move backup/restore tasks to postgr...mo khan
2013-09-14include assets precompilation in capistrano deploymentmo khan
2013-09-14attempt to use rvm with capistranomo khan
2013-06-16just precompile assets with each deploymentmo khan
2013-06-16fix db backup scriptmo khan
2013-06-05stop pre-compiling assets on the server. the staging server keeps running out...mo khan
2013-06-05run rake asset:precompile on server during deployment to make syncing to s3 e...mo khan
2013-06-04clean up pg_dump command with help from heroku docsmo khan
2012-09-22update cap deployment to symlink the database.yml file in the shared dir.mo k
2012-08-17got the restore task working.mo k
2012-08-15create rake restore task to take backup from production and restore it to sta...mo k
2012-08-14change restore to use 'latest' symlink in restore db task.mo k
2012-06-19start to create restore_db taskmo k
2012-06-19add deploy_env to the name of the backup filemo k
2012-06-19cap staging backup_db to backup db and copy to local db/backups folder.mo k
2012-06-19trying to backup db and copy via scp.mo k
2012-06-06use curl instead of wget and remove sphinx targets.mo k
2012-06-06add extra cap tasks.mo k
2012-06-06remove bundle install and db:migrate steps from deployment.mo k
2012-06-05drop in a few tasks to start creating and restoring database backups.mo k
2012-05-26run rake db:seed when deploying to staging or productionmo k
2012-05-12update tasks file.mo k
2012-05-08add rake db:migrate to cap deploy.mo k
2012-05-08got the deployment to staging working.mo k
2012-05-08update gemfile and try to figure out deployment.mo k
2012-05-06comment out bundler/capistranomo k
2012-05-06comment deploy/assetsmo k
2012-05-06try the last step again.mo k
2012-05-06try cgriego's idea from https://github.com/capistrano/capistrano/issues/81mo k
2012-05-06change order or capfile loads.mo k
2011-12-28trying to get jcrop loading.mo k
2011-09-21move devise error message location on login page. update devise layout templa...mo k
2011-09-21set config.assets.compile to false in production settings.mo k
2011-07-04add capfile targets to restart sphinx server.mo k
2011-07-04create deploy.rb for basic capistrano deployment options.mo k
2011-06-25add capistrano gem and start building capfile.mo k