[deploy-all] secrets
Infrastructure / Check infrastructure definitions (push) Has been skipped Details
Infrastructure / Deploy modified infrastructure (push) Successful in 1m40s Details
Infrastructure / Deploy all infrastructure (push) Failing after 2m7s Details

This commit is contained in:
Gleb Koval 2023-09-02 20:18:21 +01:00
parent ef43ef29c8
commit e9087b5a27
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ on:
- infra/**-playbook.yaml
- .github/workflows/infra.yaml
env:
PROXMOX_HOST: ${{ secrets.PROXMOX_HOST }}
PROXMOX_TOKEN_ID: ${{ secrets.PROXMOX_TOKEN_ID }}
PROXMOX_TOKEN_SECRET: ${{ secrets.PROXMOX_TOKEN_SECRET }}
jobs:
check:
name: Check infrastructure definitions