This commit is contained in:
parent
86c496faaf
commit
6bbc5b24d7
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue