terraform apply #2

Merged
micqdf merged 1 commits from stage into master 2025-04-17 10:11:33 +00:00
2 changed files with 7 additions and 3 deletions

View File

@ -38,7 +38,7 @@ jobs:
working-directory: terraform working-directory: terraform
run: terraform plan run: terraform plan
- name: Terraform Plan - name: Terraform Apply
working-directory: terraform working-directory: terraform
run: terraform apply run: terraform apply -auto-approve

View File

@ -1,7 +1,11 @@
name: Gitea Actions Demo name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push] on:
push:
branches:
- stage
- test
jobs: jobs:
terraform: terraform: