update workflow

This commit is contained in:
Johan Rooijakkers 2025-02-26 22:51:39 +01:00
parent 2c43c5ccdb
commit 2749cddb9b

View File

@ -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 }}