diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9c125fb..9f7cbf57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,5 @@ assets: - "dotenv RAILS_ENV=production bundle exec rails webpacker:clobber" - "dotenv RAILS_ENV=production bundle exec rails assets:precompile" - "dotenv RAILS_ENV=production bundle exec rails assets:clean" - after_script: - "git add public && git commit -m \"ci: assets [skip ci]\"" - "git push -o ci.skip origin HEAD:panel.sutty.nl"