diff --git a/.gitea/workflows/deploy-k8s.yml b/.gitea/workflows/deploy-k8s.yml index 3697bec..2cc7165 100644 --- a/.gitea/workflows/deploy-k8s.yml +++ b/.gitea/workflows/deploy-k8s.yml @@ -76,6 +76,7 @@ jobs: BW_SESSION=$(bw unlock "$BW_PASSWORD" --raw) echo "getting item" bw get item "iac.proxmox.ssh.link" --session "$BW_SESSION" | jq -r '.notes' > "proxmox-ssh-link.txt" + cat proxmox-ssh-link.txt - name: Start cloudflared Access TCP -> SOCKS5 (background) env: @@ -126,6 +127,8 @@ jobs: - name: vaultwarden inventory-ini as secrets run: | + BW_SESSION=$(bw unlock "$BW_PASSWORD" --raw) + echo "getting item" bw get item "iac.ansible.hosts.ini" --session "$BW_SESSION" | jq -r '.notes' > "inventory.ini" cat inventory.ini working-directory: ansible/iac