10 Commits

2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: IAC
on:
push:
branches: [ main ]
branches: [ dev ]
workflow_dispatch:
jobs:
@ -91,8 +91,7 @@ jobs:
bw login --apikey
BW_SESSION=$(bw unlock "$BW_PASSWORD" --raw)
bw get item "iac.proxmox-ssh-link" --session "$BW_SESSION" | jq -r '.notes' > "proxmox-ssh-link.txt"
bw get item "iac.proxmox.ssh.link" --session "$BW_SESSION" | jq -r '.notes' > "proxmox-ssh-link.txt"
- name: Start cloudflared Access TCP -> SOCKS5 (background)
env:

1
README.md Normal file
View File

@ -0,0 +1 @@
the most stable branch is main, dev is where tests are made, and the remaining branches are personal and can undergo changes at any time