This commit is contained in:
Aram 🍐 2023-07-22 19:24:01 -04:00
parent 29d99ec56b
commit 0d7b523204
2 changed files with 4 additions and 2 deletions

View file

@ -171,7 +171,7 @@ ts-activity:deploy:
- cd ${TSACTIVITY_SRC} - cd ${TSACTIVITY_SRC}
- helm repo add momoperes https://charts.momoperes.ca - helm repo add momoperes https://charts.momoperes.ca
- helm repo update - helm repo update
- helm upgrade --install --namespace ${DEPLOY_NAMESPACE} -f values-dev.yaml ts-activity momoperes/ts-activity - helm upgrade --install --namespace ${DEPLOY_NAMESPACE} -f values.yaml ts-activity momoperes/ts-activity
only: only:
refs: refs:
- master - master

View file

@ -1,6 +1,8 @@
config: config:
discordUsername: "Jeff" discordUsername: "TimSpeak"
discordAvatar: "https://i.imgur.com/JQMDe2M.png"
serverQueryAddr: "teamspeak-query:10011" serverQueryAddr: "teamspeak-query:10011"
serverQueryId: 1
serverQuerySecret: "ts-activity" serverQuerySecret: "ts-activity"
webhookSecret: "ts-activity" webhookSecret: "ts-activity"