summaryrefslogtreecommitdiff
path: root/lib/support
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-27 14:36:52 -0600
committerMike Greiling <mike@pixelcog.com>2017-01-27 15:23:09 -0600
commit7e51cd32d3ed8bf6320b69b7976a8b10d168edba (patch)
tree148839f234a0853d837f07df13ec34f4349fa71c /lib/support
parent336d780d95ae30819262782e8ce079b58082a3e9 (diff)
downloadgitlab-ce-7e51cd32d3ed8bf6320b69b7976a8b10d168edba.tar.gz
update scripts and docs to reference the newly namespaced rake taskrelative-url-assets
Diffstat (limited to 'lib/support')
-rwxr-xr-xlib/support/deploy/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/support/deploy/deploy.sh b/lib/support/deploy/deploy.sh
index adea4c7a747..ab46c47d8f5 100755
--- a/lib/support/deploy/deploy.sh
+++ b/lib/support/deploy/deploy.sh
@@ -31,8 +31,8 @@ echo 'Deploy: Bundle and migrate'
sudo -u git -H bundle --without aws development test mysql --deployment
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 gitlab:assets:clean RAILS_ENV=production
+sudo -u git -H bundle exec rake gitlab:assets:compile RAILS_ENV=production
sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
# return stashed changes (if necessary)