Commit cd4e6d60 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: remove old gitea workflows

parent 246c5eda
Loading
Loading
Loading
Loading

.gitea/workflows/deployment.yaml

deleted100644 → 0
+0 −37
Original line number Diff line number Diff line
---

# generic
name: 'Kubernetes Deployment'
on:
  push:
    branches:
      - 'main'

# jobs
jobs:

  # kubernetes deployment
  Deployment:
    runs-on: 'ubuntu-latest'
    steps:

      # name: Kubernetes Deployment
      - name: 'Kubernetes deployment'
        uses: 'appleboy/ssh-action@v1.0.3'
        with:

          # bastion
          proxy_host: 'wireguard.do.siempie.com'
          proxy_port: '22'
          proxy_username: ${{ secrets.USERNAME }}
          proxy_key: ${{ secrets.SSHKEY }}

          # kubernetes management
          host: 'mgmt01.infra.vpn.mirahsimon.us'
          port: '22'
          username: ${{ secrets.USERNAME }}
          key: ${{ secrets.SSHKEY }}

          # command
          script: |
            sudo -u simon kubectl apply -f /home/simon/Documents/kaas-start-simoncor-net/manifests