Skip to content

Commit

Permalink
Merge pull request #569 from danskernesdigitalebibliotek/update-task-…
Browse files Browse the repository at this point in the history
…to-work-with-new-lagoon-cli

Update flags to match 0.30's new flags
  • Loading branch information
ITViking authored Jan 8, 2025
2 parents 036bef2 + 644bed9 commit 68eee1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infrastructure/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -789,10 +789,10 @@ tasks:
# - We bump the max allowed dev environments (default is 5)
- |
lagoon {{.COMMAND}} project \
--gitUrl {{.GIT_URL}} \
--openshift 1 \
--productionEnvironment {{.production_branch}} \
--developmentEnvironmentsLimit 25 \
--git-url {{.GIT_URL}} \
--deploytarget 1 \
--production-environment {{.production_branch}} \
--development-environments-limit 25 \
--branches "^({{ .BRANCHES }})$" \
--project {{.PROJECT_NAME}}
- task: lagoon:project:ensure:github-registry-credentials
Expand Down

0 comments on commit 68eee1d

Please sign in to comment.