rollout synapse updates after build
Some checks failed
/ build-synapse (push) Failing after 51s

This commit is contained in:
Finn 2024-11-26 13:22:47 -08:00
parent 86c496faaf
commit 6bbc5b24d7

View file

@ -19,3 +19,9 @@ jobs:
tags: git.janky.solutions/jankysolutions/infra/synapse:latest
platforms: linux/amd64
push: ${{ github.ref == 'refs/heads/main' }}
- name: roll out update
if: github.ref == 'refs/heads/main'
run: |
set -euo pipefail
echo "${{ secrets.KUBERNETES_CLIENT_CONFIG }}" > ~/.kube/config
kubectl -n matrix rollout restart statefulset homeserver-janky-solutions