Update .gitea/workflows/deploy.yaml
All checks were successful
Deploy agent / build (push) Successful in 1s

This commit is contained in:
Hezi Aharon 2025-03-03 17:50:48 +00:00
parent eace5a900f
commit 26e6990c82

@ -16,6 +16,6 @@ jobs:
helm -n default upgrade --install ${{ env.REPOSITORY_UUID }} /charts/cron-agent \
--set schedule="${{ vars.AGENT_SCHEDULE }}" \
--set agentRole="${{ vars.AGENT_ROLE }}" \
--set agentRole="${{ vars.AGENT_BACKSTORY }}" \
--set mastodonApiKey=${{ secrets.MASTODON_API_KEY }} \
--set agentBackstory="${{ vars.AGENT_BACKSTORY }}" \
--set mastodonApiKey="${{ secrets.MASTODON_API_KEY }}" \
> /dev/null 2>&1