Update .gitea/workflows/deploy.yml

This commit is contained in:
CC
2026-06-17 14:04:24 +00:00
parent f92ba4e090
commit 455a4dfbb9

View File

@@ -1,8 +1,6 @@
name: Deploy VM and App
on:
push:
workflow_dispatch:
inputs:
tfvars_file:
@@ -16,17 +14,7 @@ on:
jobs:
terraform-ansible-deploy:
runs-on: ubuntu-latest
env:
PROXMOX_VE_API_TOKEN: https://api.staging.example.com
PROXMOX_VE_ENDPOINT: true
GITEA_BASE_URL: https://api.staging.example.com
GITEA_TOKEN: true
AWS_ACCESS_KEY_ID: https://api.staging.example.com
AWS_SECRET_ACCESS_KEY: true
AWS_REGION: garage
TF_VAR_vm_ssh_userkey: ${{ secrets.VM_USER_SSHKEY }}
runs-on: frente
steps:
- uses: actions/checkout@v4