mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
quick shared infra
This commit is contained in:
parent
c7c208334e
commit
952a2cb2c0
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy_terraform.yml
vendored
4
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -3,7 +3,9 @@ name: Deploy infrastructure
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "main"
|
||||||
|
- "dev"
|
||||||
|
- "prod"
|
||||||
paths:
|
paths:
|
||||||
- 'infrastructure/terraform/**'
|
- 'infrastructure/terraform/**'
|
||||||
- '.github/workflows/deploy_terraform.yml'
|
- '.github/workflows/deploy_terraform.yml'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue