terraform-incus/.gitea/workflows/deploy.yaml
Ben Vincent 464e3c9c5d
All checks were successful
Build / build (pull_request) Successful in 2m27s
fix: deploy job cant pull master
- dont try pull the master branch in the deploy job
2025-10-17 15:02:56 +11:00

27 lines
471 B
YAML

---
name: Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: almalinux-8
container:
image: git.unkin.net/unkin/almalinux9-actionsdind:latest
options: --privileged
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run Terraform Apply
env:
VAULT_ROLEID: ${{ secrets.TERRAFORM_INCUS_VAULT_ROLEID }}
run: |
make apply