Skip to content

Commit

Permalink
push-to-main debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayra Peña authored and Mayra Peña committed Nov 11, 2024
1 parent cbadc9c commit b40a353
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,16 @@ jobs:
- name: Run blue / green deployment with full-refresh
if: ${{ steps.prod_manifest.outputs.manifest_found == 'false' }}
id: run-blue-green
env:
MANIFEST_FOUND: ${{ steps.prod-manifest.outputs.manifest_found }}
# env:
# MANIFEST_FOUND: ${{ steps.prod_manifest.outputs.manifest_found }}
run: "dbt-coves blue-green"

# Runs blue green with deferral
- name: Run blue / green deployment
if: ${{ steps.prod_manifest.outputs.manifest_found == 'true' }}
id: run-blue-green-defer
env:
MANIFEST_FOUND: ${{ steps.prod-manifest.outputs.manifest_found }}
# env:
# MANIFEST_FOUND: ${{ steps.prod_manifest.outputs.manifest_found }}
run: "dbt-coves blue-green --defer"

- name: Drop orphaned relations in db that are no longer in dbt
Expand Down

0 comments on commit b40a353

Please sign in to comment.