Merge pull request #1125 from GSA/jskinne3-update-deploy-paths

Update deploy paths
This commit is contained in:
Carlo Costino
2024-06-26 21:49:35 -04:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -21,8 +21,8 @@ jobs:
uses: tj-actions/changed-files@v44 uses: tj-actions/changed-files@v44
with: with:
files: | files: |
terraform/demo terraform/demo/**
terraform/shared terraform/shared/**
.github/workflows/deploy-demo.yml .github/workflows/deploy-demo.yml
- name: Terraform init - name: Terraform init
if: steps.changed-terraform-files.outputs.any_changed == 'true' if: steps.changed-terraform-files.outputs.any_changed == 'true'

View File

@@ -25,8 +25,8 @@ jobs:
uses: tj-actions/changed-files@v44 uses: tj-actions/changed-files@v44
with: with:
files: | files: |
terraform/production terraform/production/**
terraform/shared terraform/shared/**
.github/workflows/deploy-prod.yml .github/workflows/deploy-prod.yml
- name: Terraform init - name: Terraform init
if: steps.changed-terraform-files.outputs.any_changed == 'true' if: steps.changed-terraform-files.outputs.any_changed == 'true'

View File

@@ -26,8 +26,8 @@ jobs:
uses: tj-actions/changed-files@v44 uses: tj-actions/changed-files@v44
with: with:
files: | files: |
terraform/staging terraform/staging/**
terraform/shared terraform/shared/**
.github/workflows/deploy.yml .github/workflows/deploy.yml
- name: Terraform init - name: Terraform init
if: steps.changed-terraform-files.outputs.any_changed == 'true' if: steps.changed-terraform-files.outputs.any_changed == 'true'