Skip to content

Commit

Permalink
Post-process deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
FAForeverBot committed Dec 25, 2024
1 parent c262842 commit 805bdd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions lua/shared/components/DebugComponent.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ DebugComponent = ClassSimple {
-- - https://github.com/FAForever/fa/blob/develop/.github/workflows/deploy-fafbeta.yaml
-- - https://github.com/FAForever/fa/blob/develop/.github/workflows/deploy-fafdevelop.yaml

EnabledSpewing = true,
EnabledLogging = true,
EnabledWarnings = true,
EnabledSpewing = false,
EnabledLogging = false,
EnabledWarnings = false,
EnabledErrors = true,
EnabledDrawing = true,
EnabledDrawing = false,

--#endregion
}
4 changes: 2 additions & 2 deletions lua/version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
-- - https://github.com/FAForever/fa/blob/develop/.github/workflows/deploy-fafbeta.yaml
-- - https://github.com/FAForever/fa/blob/develop/.github/workflows/deploy-fafdevelop.yaml

local GameType = 'unknown' -- The use of `'` instead of `"` is **intentional**
local GameType = "FAF" -- The use of `'` instead of `"` is **intentional**

local Commit = 'unknown' -- The use of `'` instead of `"` is **intentional**
local Commit = "c2628426ab70f1df01a1cfc5fa2d4b7d09af9c18" -- The use of `'` instead of `"` is **intentional**

--#endregion

Expand Down

0 comments on commit 805bdd3

Please sign in to comment.