hopefully fixing the ci cd process to watch the cogs dir

This commit is contained in:
Luke Robles 2022-05-02 20:17:09 -07:00
parent a6f4d13541
commit 52c0a6d8d7
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ lint_python:
rules:
- changes:
- app/**/*
- app/cogs/*
build_and_push_container:
stage: deploy

View File

@ -6,7 +6,7 @@ replicaCount: 1
image:
# Overrides the image tag whose default is the chart appVersion.
tag: "167"
tag: "168"
repository: ldooks/dragon-bot
pullPolicy: IfNotPresent