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 11f8847 commit b62c74aCopy full SHA for b62c74a
misc/deploy/remote/branchctl.sh
@@ -33,7 +33,7 @@ docker run -d --restart=always --name="skymp-server-$branch" --network=host \
33
-u "`id -u`:`id -g`" \
34
--cpu-period=50000 --cpu-quota=$(( 50000 * 6 )) \
35
--cap-add=SYS_PTRACE \
36
- skymp/skymp-runtime-base:9acba19 ./run.sh
+ skymp/skymp-runtime-base:11f8847 ./run.sh
37
# ^ limited to 6 CPU cores: https://stackoverflow.com/a/41552172
38
39
# 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:9acba19
+SKYMP_VCPKG_DEPS_IMAGE=skymp/skymp-vcpkg-deps:11f8847
0 commit comments