Skip to content

Commit

Permalink
Merge pull request #196 from NASA-IMPACT/jt/issue-195
Browse files Browse the repository at this point in the history
feat: update deploy step to output workflows api endpoint
  • Loading branch information
botanical authored Aug 2, 2024
2 parents ff77a44 + 0ac0061 commit 6abec18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/terraform-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ runs:
run: |
./scripts/deploy.sh ${{ inputs.env-file }} <<< init
./scripts/deploy.sh ${{ inputs.env-file }} <<< deploy
- name: Output workflows API endpoint
id: output_workflows_endpoint
shell: bash
working-directory: ${{ inputs.dir }}
run: |
cd ./infrastructure
terraform output -json workflows_api > ${HOME}/terraform_outputs.json

0 comments on commit 6abec18

Please sign in to comment.