Skip to content

Commit

Permalink
set working-directory for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinAlandzes committed Aug 26, 2024
1 parent 64e2f8d commit 90e6bdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
environment:
name: github-pages
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend/contact_form_lambda
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: echo 'The triggering workflow passed'
Expand Down

0 comments on commit 90e6bdc

Please sign in to comment.