From 2749cddb9bdfa0beafd9ee559ddb1cbf1d6a1a14 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 22:51:39 +0100 Subject: [PATCH] update workflow --- .gitea/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ff0511b..b04ad6d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -4,9 +4,6 @@ on: ssh-private-key: required: true type: string - env: - required: true - type: string inputs: image: required: false @@ -67,7 +64,7 @@ jobs: secrets: ${{ inputs.secrets }} - name: Create .env file from secret - run: echo "$ENV" > .kamal/secrets.${{ inputs.environment }} + run: echo "$DOT_ENV" > .kamal/secrets.${{ inputs.environment }} - name: Append kamal registry password run: echo "KAMAL_REGISTRY_PASSWORD=${{ inputs.password }}" >> .kamal/secrets.${{ inputs.environment }}