From 6eae369f88ea8b310bcff21118b431fd79ba5176 Mon Sep 17 00:00:00 2001 From: MarcTM01 Date: Wed, 23 Oct 2024 08:39:30 +0200 Subject: [PATCH] Minor updates --- .github/workflows/cd.yml | 4 ++-- pdm.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1086b07..82bc56a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -35,9 +35,9 @@ jobs: deploy: runs-on: ubuntu-latest needs: build-docker - environment: ${{ github.event.inputs.environment || 'production' }} + environment: ${{ github.event.inputs.environment || 'prod' }} concurrency: - group: ${{ github.event.inputs.environment || 'production' }} + group: ${{ github.event.inputs.environment || 'prod' }} cancel-in-progress: true env: DATALAND_URL: ${{ vars.DATALAND_URL }} diff --git a/pdm.lock b/pdm.lock index 5a97089..f89960c 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "linting", "notebooks", "testing"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:cc0a24c76d139392219e53bba7587005f2f74de09cb88b870681c7c84aa6a7f9" +content_hash = "sha256:e578e4595b250994f16a02bcca3a47af03818d42bcaa20ea6f6f85b4d6c63f8b" [[metadata.targets]] requires_python = ">=3.12"