6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 7a7cbdbc

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-13 20:56:41 +0200
1948: updated pipelines

Changed files

azure/templates/download-env.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Diff

diff --git a/azure/templates/download-env.yml b/azure/templates/download-env.yml
index d7e18c7b..3a42f63a 100644
--- a/azure/templates/download-env.yml
+++ b/azure/templates/download-env.yml
@@ -1,19 +1,19 @@
steps:
- task: DownloadSecureFile@1
displayName: 'Download .env file'
- name: dotenv-dev
+ name: dotenvDev
inputs:
secureFile: .env.dev
- task: DownloadSecureFile@1
displayName: 'Download .env file'
- name: dotenv-stage
+ name: dotenvStage
inputs:
secureFile: .env.stage
- task: DownloadSecureFile@1
displayName: 'Download .env file'
- name: dotenv-prod
+ name: dotenvProd
inputs:
secureFile: .env