Skip to content

Commit

Permalink
fix working-directory in deploy-website
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Nov 20, 2023
1 parent 8377269 commit 313bdc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Deploy
working-directory: ./app
working-directory: ./website
run: aws s3 sync ./dist s3://phpstan-drupal-web
- name: Invalidate CloudFront
working-directory: ./app
working-directory: ./website
run: aws cloudfront create-invalidation --distribution-id EJLWUQZMNXH6E --paths "/*"

0 comments on commit 313bdc2

Please sign in to comment.