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 name: Deploy VM and App
on: on:
push:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
tfvars_file: tfvars_file:
@@ -16,17 +14,7 @@ on:
jobs: jobs:
terraform-ansible-deploy: terraform-ansible-deploy:
runs-on: ubuntu-latest runs-on: frente
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 }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4