Commit Graph

11 Commits

Author SHA1 Message Date
751fd07d45 Rework the index.js
All checks were successful
Lint / pre-commit Linting (push) Successful in 24s
2025-04-22 00:53:28 +02:00
d6c9360dcf Glob
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
2025-04-22 00:48:53 +02:00
bb83d5493a Added an async await
All checks were successful
Lint / pre-commit Linting (push) Successful in 48s
2025-04-22 00:47:33 +02:00
b421097f6b Rework the index.js
All checks were successful
Lint / pre-commit Linting (push) Successful in 28s
2025-04-22 00:20:33 +02:00
d9bd7f6a85 Reverted a lot of changes
Some checks failed
Lint / pre-commit Linting (push) Failing after 10m46s
2025-04-22 00:10:31 +02:00
705d67adec Refactor the index.js
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
2025-04-21 22:54:49 +02:00
6f0f75d7ad Fixed glob import (#21)
All checks were successful
Lint / pre-commit Linting (push) Successful in 32s
Glob was not imported as a function

Reviewed-on: #21
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
2025-04-21 21:00:29 +02:00
508eec34d7 Add an replacement for the {{hostname}} token. (#15)
All checks were successful
Lint / pre-commit Linting (push) Successful in 49s
Reviewed-on: #15
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
2024-05-23 23:47:07 +02:00
e342ceca6f Added the ability to replace some placeholders in the screeps code (#12)
All checks were successful
Lint / pre-commit Linting (push) Successful in 29s
added the `git-replace` option.
Replaceing {{gitRef}}, {{deployTime}} and {{gitHash}}.

Reviewed-on: #12
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
2023-12-25 02:22:42 +01:00
e7678a5f66 Added auth for private servers (#7)
All checks were successful
Lint / pre-commit Linting (push) Successful in 45s
Reviewed-on: #7
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
2023-11-26 22:24:16 +01:00
6f5729c12a First development of the deploy action (#6)
Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
Deploy js code to an instance of screeps.
Some debugging tools are implemented.

Reviewed-on: #6
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
2023-11-26 18:31:49 +01:00