Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcTM01 committed Oct 23, 2024
1 parent c2055a5 commit 6eae369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6eae369

Please sign in to comment.