Update deploy.yml
This commit is contained in:
@@ -65,13 +65,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
email: ${{ inputs.warden-email }}
|
email: ${{ inputs.warden-email }}
|
||||||
password: ${{ inputs.warden-password }}
|
password: ${{ inputs.warden-password }}
|
||||||
|
server: ${{ inputs.warden-server }}
|
||||||
client-id: ${{ inputs.warden-client-id }}
|
client-id: ${{ inputs.warden-client-id }}
|
||||||
client-secret: ${{ inputs.warden-client-secret }}
|
client-secret: ${{ inputs.warden-client-secret }}
|
||||||
secrets: ${{ inputs.secrets }}
|
secrets: ${{ inputs.secrets }}
|
||||||
|
dot-env-path: ${{ github.workspace }}/.kamal/secrets.${{ inputs.environment }}
|
||||||
- name: Create .env file from secret
|
|
||||||
run: |
|
|
||||||
echo "$DOT_ENV" > .kamal/secrets.${{ inputs.environment }}
|
|
||||||
|
|
||||||
- name: Append kamal registry password
|
- name: Append kamal registry password
|
||||||
run: echo "KAMAL_REGISTRY_PASSWORD=${{ inputs.password }}" >> .kamal/secrets.${{ inputs.environment }}
|
run: echo "KAMAL_REGISTRY_PASSWORD=${{ inputs.password }}" >> .kamal/secrets.${{ inputs.environment }}
|
||||||
|
|||||||
Reference in New Issue
Block a user