Update .gitea/workflows/deploy.yml

This commit is contained in:
Johan Rooijakkers 2025-02-07 15:25:52 +00:00
parent caed862c4f
commit 7e793109bd

View File

@ -43,4 +43,6 @@ jobs:
- name: Append kamal registry password
run: echo "KAMAL_REGISTRY_PASSWORD=${{ inputs.password }}" >> .kamal/secrets.${{ inputs.environment }}
- name: Deploy
run: kamal deploy -d ${{ inputs.environment }}
run: kamal deploy -d ${{ inputs.environment }}
- name: Boot accessories
run: kamal accessory boot all -d ${{ inputs.environment }}