From 7a35c5efadf0e1d6ec91dcc023cac5712139da14 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 30 Nov 2018 19:59:33 +0100 Subject: Don't fall back to compiling assets in staging. This makes staging behave like production, so that we discover issues with missing precompiled assets before prod. --- config/environments/staging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 65c0e3c..c852a5c 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -15,7 +15,7 @@ BetaWebApp::Application.configure do config.assets.compress = true # Don't fallback to assets pipeline if a precompiled asset is missed - config.assets.compile = true + config.assets.compile = false # Generate digests for assets URLs config.assets.digest = true -- cgit v1.2.3 From 5a6460a6101819cc7834612649b48961f5d16d20 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 11 May 2019 18:59:01 +0200 Subject: Update deploy script lock. --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/deploy.rb b/config/deploy.rb index f4b1fd9..ce1e0f0 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -lock '3.10.1' +lock '3.10.2' set :application, 'hmno' set :repo_url, 'http://code.volse.no/hmnoweb.git' -- cgit v1.2.3