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