Initial commit
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
d6c2289e2c
commit
a7e144cfcc
|
@ -0,0 +1,15 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
repo: tystuyfzand/srcds-tf2
|
||||||
|
tags:
|
||||||
|
- latest
|
|
@ -12,7 +12,7 @@ ENV \
|
||||||
# automatic via API
|
# automatic via API
|
||||||
GLSTAPP="440" \
|
GLSTAPP="440" \
|
||||||
# manual
|
# manual
|
||||||
# APPID: 4000
|
# APPID: 440
|
||||||
# http://steamcommunity.com/dev/managegameservers
|
# http://steamcommunity.com/dev/managegameservers
|
||||||
GLST="" \
|
GLST="" \
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue