Skip to content

Commit

Permalink
Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricioveronez committed Oct 29, 2024
1 parent 3ad0845 commit 46e717b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,18 @@ on:
- main
jobs:
apply:
runs-on:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: azure/k8s-set-context@v4
with:
method: kubeconfig
kubeconfig: ${{ secrets.K8S_CONFIG }}
- uses: Azure/k8s-deploy@v5
with:
manifests: |
argo-ha/install.yaml
- uses: Azure/k8s-deploy@v5
with:
manifests: |
argo-ha/argocd-application.yaml

0 comments on commit 46e717b

Please sign in to comment.