Skip to content

Commit

Permalink
Post-process deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
FAForeverBot committed Nov 29, 2024
1 parent b809ad7 commit 2d5d55a
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 = "b809ad7f42e623ff98e9193c0984c90b282c1a93" -- The use of `'` instead of `"` is **intentional**

--#endregion

Expand Down

0 comments on commit 2d5d55a

Please sign in to comment.