Compare commits

...

11 Commits

Author SHA1 Message Date
Philipp a487a40195
update StAC to work with 64bit 2024-05-18 19:44:25 +02:00
Philipp 383318e1c1
removed nativevotes by accident
ci/woodpecker/manual/woodpecker Pipeline was successful Details
2024-04-19 14:28:21 +02:00
Philipp a35c93dc31
remove StAC until fix
ci/woodpecker/manual/woodpecker Pipeline failed Details
See https://github.com/ValveSoftware/Source-1-Games/issues/5627 for more info
2024-04-19 13:54:11 +02:00
Philipp 7db50ae033
update StAC to 6.1.4
ci/woodpecker/manual/woodpecker Pipeline was successful Details
2024-04-17 11:36:31 +02:00
Philipp 8d5e02d58d
Dockerfile aktualisiert
ci/woodpecker/manual/woodpecker Pipeline was successful Details
2024-03-02 18:23:14 +01:00
Philipp 3ef4bd973d
Dockerfile aktualisiert
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/manual/woodpecker Pipeline was successful Details
2023-10-11 08:04:46 +02:00
Philipp e5a4f1c7ef
.woodpecker.yaml hinzugefügt
continuous-integration/drone/push Build was killed Details
ci/woodpecker/manual/woodpecker Pipeline was successful Details
2023-08-01 17:35:13 +02:00
Philipp 5849a0ed7b
„.drone.yml“ ändern
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build was killed Details
2023-03-20 14:04:04 +01:00
Philipp 7e458f8d31
switch to gitea registry
continuous-integration/drone/push Build is failing Details
2023-03-20 14:03:12 +01:00
Philipp cfaad9406c
update to new registry
continuous-integration/drone/push Build is passing Details
2023-03-20 13:42:40 +01:00
Philipp 8cc6d40630
change sm_rest_in_peace_rick_may to 255 to mimic etf2l config
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2022-10-09 13:56:40 +02:00
4 changed files with 30 additions and 9 deletions

View File

@ -11,14 +11,15 @@ steps:
- name: tf2-dm
image: plugins/docker
settings:
repo: spaenny/dm-server
cache_from: "spaenny/dm-server:latest"
registry: git.snrd.eu
repo: git.snrd.eu/spenny.tf/dm-server
cache_from: "git.snrd.eu/spenny.tf/dm-server:latest"
auto_tag: true
context: ./
dockerfile: ./Dockerfile
username:
from_secret: docker_username
from_secret: gitea_username
password:
from_secret: docker_password
from_secret: gitea_token

20
.woodpecker.yaml Normal file
View File

@ -0,0 +1,20 @@
---
kind: pipeline
type: docker
name: build-docker
steps:
- name: tf2-dm
image: plugins/docker
settings:
registry: git.snrd.eu
repo: git.snrd.eu/spenny.tf/dm-server
cache_from: "git.snrd.eu/spenny.tf/dm-server:latest"
auto_tag: true
context: ./
dockerfile: ./Dockerfile
username:
from_secret: gitea_username
password:
from_secret: gitea_token

View File

@ -1,11 +1,11 @@
FROM melkortf/tf2-dm:latest
FROM ghcr.io/melkortf/tf2-dm:latest
LABEL maintainer="philipp@boehm.sh"
RUN \
# download plugins
wget -nv "https://github.com/dordnung/System2/releases/download/v3.3.2/system2.zip" -O system2.zip \
&& wget -nv "https://github.com/sapphonie/StAC-tf2/releases/download/v5.4.1/stac.zip" -O stac.zip \
&& wget -nv "https://github.com/sapphonie/sourcemod-nativevotes-updated/releases/download/workflow-build19/nativevotes.zip" -O nativevotes.zip \
&& wget -nv "https://github.com/sapphonie/StAC-tf2/releases/download/v6.1.6/stac.zip" -O stac.zip \
&& wget -nv "https://github.com/sapphonie/sourcemod-nativevotes-updated/releases/download/workflow-build61/nativevotes_sm_1.11.zip" -O nativevotes.zip \
&& wget -nv "https://github.com/ErikMinekus/sm-advertisements/releases/download/2.1.1/release.tar.gz" -O advertisements.tar.gz \
&& wget -nv "http://users.alliedmods.net/~kyles/builds/SteamWorks/SteamWorks-git132-linux.tar.gz" -O SteamWorks.tar.gz \
&& wget -nv "https://gitlab.com/Zipcore/Discord/-/raw/master/plugins/discord.smx" -O discord.smx \
@ -25,7 +25,7 @@ RUN \
&& mv soapbalancer.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \
&& unzip -o socket.zip -d "${SERVER_DIR}/tf/" \
# clean everything up
&& rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz socket.zip \
&& rm system2.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz socket.zip \
&& rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx"
COPY server.cfg.template "${SERVER_DIR}/tf/cfg/server.cfg.template"

View File

@ -44,7 +44,7 @@ sm_projectiles_ignore_teammates 1
sm_remove_halloween_souls 1
sm_remove_medic_attach_speed 0
sm_remove_pipe_spin 0
sm_rest_in_peace_rick_may 0
sm_rest_in_peace_rick_may 255
sm_winger_jump_bonus_when_fully_deployed 1
sm_override_pipe_size 4.0
sm_projectiles_collide_with_cylinders 1