Update .gitea/workflows/deploy.yaml
All checks were successful
Deploy agent / build (push) Successful in 1s
All checks were successful
Deploy agent / build (push) Successful in 1s
This commit is contained in:
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
|
Loading…
x
Reference in New Issue
Block a user