Update deploy.yml

This commit is contained in:
2026-04-15 14:01:44 +02:00
parent 14dbdb9389
commit cc2533722b
+2 -4
View File
@@ -65,13 +65,11 @@ jobs:
with:
email: ${{ inputs.warden-email }}
password: ${{ inputs.warden-password }}
server: ${{ inputs.warden-server }}
client-id: ${{ inputs.warden-client-id }}
client-secret: ${{ inputs.warden-client-secret }}
secrets: ${{ inputs.secrets }}
- name: Create .env file from secret
run: |
echo "$DOT_ENV" > .kamal/secrets.${{ inputs.environment }}
dot-env-path: ${{ github.workspace }}/.kamal/secrets.${{ inputs.environment }}
- name: Append kamal registry password
run: echo "KAMAL_REGISTRY_PASSWORD=${{ inputs.password }}" >> .kamal/secrets.${{ inputs.environment }}