Skip to content

Manually Sync Listmonk #3

Manually Sync Listmonk

Manually Sync Listmonk #3

Workflow file for this run

name: Manually Sync Listmonk
on:
workflow_dispatch:
jobs:
manual_sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_AKS }}
- name: Set the target AKS cluster
uses: Azure/aks-set-context@v3
with:
cluster-name: microservices
resource-group: kubernetes
- name: Modify & apply template
run: kubectl create -f kubernetes/manual_sync.yml