Closed Southclaws closed 6 years ago
I hope this is fixed soon, would be nice have another reason to use docker to run sa-mp servers.
I am forced to do it manually, which breaks the chain of automated git deployment.
This feature is only for development, it's not considered stable so don't use it in production.
For production, copy the TradeWars deployment - simply build a docker image from the sampctl image that includes your server files: https://github.com/TradeWars/gamemode/blob/master/Dockerfile and if you want to deploy everything at once as well as automate image updates, check out the TradeWars CI setup: https://github.com/TradeWars/deployment
sampctl package install ...
also expect pawn.json/pawn.yaml
while sampctl server init
generates samp.json
. Using latest version 1.8.21
server
doesn't read samp.json
and it's deprecated. Use package
and pawn.json
.
Container code should be updated for
local
and the new pcx format.