Commit Graph

13 Commits

Author SHA1 Message Date
Skillet
2d19089c1c
Update deploy-configs.yml 2023-04-25 08:43:33 -04:00
Skillet
606cde1141
delete license file if no license 2023-04-25 08:35:58 -04:00
4d41feba0e
fix: login to docker registry prior to docker compose actions 2023-02-27 16:55:51 -06:00
2fff5fd60d fix: properly pull docker images in compose 2023-02-12 15:00:05 -06:00
7c65be7a34 fix: properly pull docker images for squad servers
fixes #12
2023-02-12 14:51:34 -06:00
df62d0bbff fix: explicitly define server ids
Prior to this, server ids were set purely based on the position in the
inventory. So, if a mistake were made and a server moved up or down in
position then the associated ID would be wrong, and the wrong data would
be used against it in SquadJS's database. Furthermore, if we were to
ever change the format of how servers are in the inventory this would
cause a headache as currently server ids are calculated based on
position in the inventory. Explicitly defining them while, yes, adding
another hard coded value, avoids this headache entirely.
2023-02-03 17:52:42 -06:00
e9fb67389f refactor: improve loop labels for docker restarts 2023-01-28 14:14:11 -06:00
e1ecc950eb feat: add capability to *only* restart squadjs 2023-01-28 14:09:33 -06:00
9aaaabb164 refactor: extract start-container into main 2023-01-28 02:26:22 -06:00
be901b8dbf feat: add capability to restart squad services 2023-01-27 17:50:01 -06:00
c3b948ac11 refactor!: support separate squadjs images 2023-01-25 22:57:57 -06:00
c4d0385cf3 feat: improve output 2023-01-22 22:14:37 -06:00
ac5f385168 feat: full squad server role 2023-01-22 22:07:57 -06:00