feature/update #4

Merged
jamie merged 24 commits from feature/update into main 2025-02-27 14:26:16 +00:00
Showing only changes of commit 2749cddb9b - Show all commits

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