[ci] feat: use correct names
All checks were successful
Build and Publish / Build (push) Successful in 7s
Build and Publish / Deployment (push) Successful in 5s

This commit is contained in:
Simon Cornet 2024-09-06 13:45:38 +02:00
parent bfd4a55941
commit 0a7e26fb4b

View File

@ -37,14 +37,14 @@ jobs:
tags: 'cr.simoncor.net/siempie/simoncor-net:latest,cr.simoncor.net/siempie/simoncor-net:${{ gitea.sha }}'
# ansible deployment
# kubernetes deployment
Deployment:
runs-on: 'ubuntu-latest'
needs: "Build"
steps:
# name: Build
- name: 'Ansible deployment'
- name: 'Kubernetes deployment'
uses: 'appleboy/ssh-action@v1.0.3'
with:
@ -54,7 +54,7 @@ jobs:
proxy_username: ${{ secrets.USERNAME }}
proxy_key: ${{ secrets.SSHKEY }}
# ansible management
# kubernetes management
host: 'mgmt01.infra.vpn.mirahsimon.us'
port: '22'
username: ${{ secrets.USERNAME }}