Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
# branches that match deploy-* will deploy as well
- deploy-*
workflow_dispatch:
inputs:
branch:
description: "Branch to deploy"
required: true
default: ${{ github.ref_name }}

env:
working_dir: terragrunt/live/website
Expand Down Expand Up @@ -49,15 +54,6 @@ jobs:
tg_dir: ${{ env.working_dir }}
tg_command: apply

# - name: Terragrunt Output
# uses: gruntwork-io/terragrunt-action@v3
# env:
# TG_TF_FORWARD_STDOUT: 1
# TG_NO_COLOR: 1
# with:
# tg_dir: ${{ env.working_dir }}
# tg_command: output

- name: Read Values
id: terragrunt_output
run: |
Expand Down