Merge branch 'main' of https://git.jacknet.io/jackhadrill/QuakeLiveDocker
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
commit
a10322727e
|
@ -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
|
|
@ -1,6 +1,7 @@
|
||||||
FROM steamcmd/steamcmd:ubuntu
|
FROM steamcmd/steamcmd:ubuntu
|
||||||
|
|
||||||
WORKDIR /game
|
WORKDIR /game
|
||||||
|
|
||||||
RUN steamcmd +login anonymous +force_install_dir /game +app_update 349090 validate +exit
|
RUN steamcmd +login anonymous +force_install_dir /game +app_update 349090 validate +exit
|
||||||
|
|
||||||
COPY start.sh .
|
COPY start.sh .
|
||||||
|
|
Loading…
Reference in New Issue