Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Sep 23, 2024
1 parent 5573421 commit d26611a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- run: echo ${{ steps.plan.outputs.stderr }}
- run: echo ${{ steps.plan.outputs.exitcode }}
outputs:
apigw: cd terraform && terraform output -raw api-route
# https://unix.stackexchange.com/questions/281309/shell-syntax-how-to-correctly-use-to-break-lines
apigw: cd terraform \ && terraform output -raw api-route
web-deploy:
name: 💫 Deploy
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/predeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- run: echo ${{ steps.plan.outputs.stderr }}
- run: echo ${{ steps.plan.outputs.exitcode }}
outputs:
apigw: cd terraform && terraform output -raw api-route
# https://unix.stackexchange.com/questions/281309/shell-syntax-how-to-correctly-use-to-break-lines
apigw: cd terraform \ && terraform output -raw api-route
web-deploy:
name: 💫 Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit d26611a

Please sign in to comment.