We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acba19 commit 1216f8aCopy full SHA for 1216f8a
misc/deploy/remote/branchctl.sh
@@ -32,7 +32,7 @@ docker run -d --restart=always --name="skymp-server-$branch" --network=host \
32
-u "`id -u`:`id -g`" \
33
--cpu-period=50000 --cpu-quota=$(( 50000 * 6 )) \
34
--cap-add=SYS_PTRACE \
35
- skymp/skymp-runtime-base:6f62bce ./run.sh
+ skymp/skymp-runtime-base:9acba19 ./run.sh
36
# ^ limited to 6 CPU cores: https://stackoverflow.com/a/41552172
37
38
# This looks a bit ugly, but apparently is more fault-tolerant than older version:
misc/github_env_linux
@@ -1 +1 @@
1
-SKYMP_VCPKG_DEPS_IMAGE=skymp/skymp-vcpkg-deps:6f62bce
+SKYMP_VCPKG_DEPS_IMAGE=skymp/skymp-vcpkg-deps:9acba19
0 commit comments