diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61709f27..b9bed414 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ lint_python: rules: - changes: - app/**/* + - app/cogs/* build_and_push_container: stage: deploy diff --git a/helm/values.yaml b/helm/values.yaml index eea29aa7..c7f183cc 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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