diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..0528917 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,17 @@ +kind: pipeline +type: docker +name: deploy +steps: + - name: push + image: plugins/docker + when: + branch: + - master + settings: + dockerfile: Dockerfile + repo: registry.jacknet.io/jackhadrill/games/quakelive + username: drone + password: + from_secret: password + registry: registry.jacknet.io + auto_tag: true \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 15ec636..cfffa79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM steamcmd/steamcmd:ubuntu WORKDIR /game + RUN steamcmd +login anonymous +force_install_dir /game +app_update 349090 validate +exit COPY start.sh .