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 60c82e3a0c
commit ac0475488c
2 changed files with 2 additions and 1 deletions

View File

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

View File

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