Skip to content

Commit

Permalink
Lets try it one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Sep 23, 2024
1 parent e6f5400 commit 5573421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: echo ${{ steps.plan.outputs.stderr }}
- run: echo ${{ steps.plan.outputs.exitcode }}
outputs:
apigw: "$(terraform output -raw api-route)"
apigw: cd terraform && terraform output -raw api-route
web-deploy:
name: 💫 Deploy
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/predeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: echo ${{ steps.plan.outputs.stderr }}
- run: echo ${{ steps.plan.outputs.exitcode }}
outputs:
apigw: "$(terraform output -raw api-route)"
apigw: cd terraform && terraform output -raw api-route
web-deploy:
name: 💫 Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5573421

Please sign in to comment.