Compare commits
2 Commits
e669353638
...
6d06cfac02
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d06cfac02 | |||
|
|
9056832562 |
@@ -38,7 +38,7 @@ jobs:
|
||||
working-directory: terraform
|
||||
run: terraform plan
|
||||
|
||||
- name: Terraform Plan
|
||||
- name: Terraform Apply
|
||||
working-directory: terraform
|
||||
run: terraform apply
|
||||
run: terraform apply -auto-approve
|
||||
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stage
|
||||
- test
|
||||
|
||||
jobs:
|
||||
terraform:
|
||||
|
||||
Reference in New Issue
Block a user