Skip to content

Commit

Permalink
try changing working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinAlandzes committed Aug 26, 2024
1 parent 309e44e commit 985708b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@ on:
- master
types:
- completed


defaults:
run:
working-directory: ./backend/contact_form_lambda

jobs:
deploy:
name: Deploy
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'
- name: Checkout
uses: actions/checkout@v4
- name: Configure AWS credentials
Expand Down

0 comments on commit 985708b

Please sign in to comment.