Commit 2934e7a9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Update deploy.sh script with assets commands

parent 880fef0d
...@@ -28,17 +28,18 @@ sudo -u git -H git pull origin master ...@@ -28,17 +28,18 @@ sudo -u git -H git pull origin master
echo 'Deploy: Bundle and migrate' echo 'Deploy: Bundle and migrate'
# change it to your needs # change it to your needs
sudo -u git -H bundle --without postgres sudo -u git -H bundle --without aws development test postgres --deployment
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
# return stashed changes (if necessary) # return stashed changes (if necessary)
# sudo -u git -H git stash pop # sudo -u git -H git stash pop
echo 'Deploy: Starting GitLab server...' echo 'Deploy: Starting GitLab server...'
sudo service gitlab start sudo service gitlab start
sleep 10
sudo -u git -H rm /home/git/gitlab/public/index.html sudo -u git -H rm /home/git/gitlab/public/index.html
echo 'Deploy: Done' echo 'Deploy: Done'
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment