generated from CC/VMServiceTemplate
Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user